8 lines
126 B
Go
8 lines
126 B
Go
package controllers
|
|
|
|
import "git.rosy.net.cn/jx-print/globals"
|
|
|
|
func init() {
|
|
globals.SugarLogger.Debugf("test init ...")
|
|
}
|