🎨 Improve the code structure
This commit is contained in:
@ -19,4 +19,8 @@ func InitLog() {
|
||||
FullTimestamp: true,
|
||||
})
|
||||
log.Infof("init log...")
|
||||
}
|
||||
|
||||
func init() {
|
||||
InitLog()
|
||||
}
|
Reference in New Issue
Block a user