package initialize import ( _ "srm/source/example" _ "srm/source/system" ) func init() { // do nothing,only import source package so that inits can be registered }