Commit 5b296135 authored by vipwzw's avatar vipwzw

auto ci

parent de85e647
......@@ -25,13 +25,13 @@ var (
randgen *rand.Rand
//randMux sync.Mutex
// Fmt ...
Fmt = fmt.Sprintf
Fmt = fmt.Sprintf
once sync.Once
)
// Init ...
func Init() {
once.Do(func () {
once.Do(func() {
if randgen == nil {
randgen = rand.New(rand.NewSource(time.Now().UnixNano()))
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment