11 lines
244 B
Go
11 lines
244 B
Go
package initialize
|
|
|
|
import (
|
|
_ "git.echol.cn/loser/Go-Web-Template/server/source/common"
|
|
_ "git.echol.cn/loser/Go-Web-Template/server/source/system"
|
|
)
|
|
|
|
func init() {
|
|
// do nothing,only import source package so that inits can be registered
|
|
}
|