新增协程封装库

This commit is contained in:
boyce
2019-03-25 11:53:09 +08:00
parent 982f89f3c7
commit 738bf3d5b8
3 changed files with 53 additions and 89 deletions

10
util/Log.go Normal file
View File

@@ -0,0 +1,10 @@
package util
type PrintLog func(uint, string, ...interface{})
var Log PrintLog