mirror of
https://github.com/duanhf2012/origin.git
synced 2026-02-04 15:04:45 +08:00
11 lines
86 B
Go
11 lines
86 B
Go
package util
|
|
|
|
|
|
|
|
type PrintLog func(uint, string, ...interface{})
|
|
|
|
var Log PrintLog
|
|
|
|
|
|
|