package initialize import ( _ "git.echol.cn/loser/lckt/source/example" _ "git.echol.cn/loser/lckt/source/system" ) func init() { // do nothing,only import source package so that inits can be registered }