🎉 初始化项目
This commit is contained in:
10
server/initialize/register_init.go
Normal file
10
server/initialize/register_init.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package initialize
|
||||
|
||||
import (
|
||||
_ "git.echol.cn/loser/st/server/source/example"
|
||||
_ "git.echol.cn/loser/st/server/source/system"
|
||||
)
|
||||
|
||||
func init() {
|
||||
// do nothing,only import source package so that inits can be registered
|
||||
}
|
||||
Reference in New Issue
Block a user