mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-11-05 20:54:18 +08:00
Script Refactoring
This commit is contained in:
parent
b461aa249b
commit
a1ff129c0f
@ -8,16 +8,6 @@ import (
|
||||
"time"
|
||||
)
|
||||
|
||||
package main
|
||||
|
||||
import (
|
||||
"flag"
|
||||
"fmt"
|
||||
"math/rand"
|
||||
"os"
|
||||
"time"
|
||||
)
|
||||
|
||||
func main() {
|
||||
// Initialize the random seed
|
||||
rand.Seed(time.Now().UnixNano())
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user