Files
origin/util/Log.go
2019-03-25 11:53:09 +08:00

11 lines
86 B
Go

package util
type PrintLog func(uint, string, ...interface{})
var Log PrintLog