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