mirror of
https://github.com/duanhf2012/origin.git
synced 2026-05-13 02:17:35 +08:00
新增协程封装库
This commit is contained in:
10
util/Log.go
Normal file
10
util/Log.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package util
|
||||
|
||||
|
||||
|
||||
type PrintLog func(uint, string, ...interface{})
|
||||
|
||||
var Log PrintLog
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user