diff options
Diffstat (limited to 'main.go')
-rw-r--r-- | main.go | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -4,7 +4,6 @@ import ( "context" "errors" "fmt" - "math/rand" "os" "runtime" "sort" @@ -303,7 +302,3 @@ loop: } } } - -func init() { - rand.Seed(time.Now().UnixNano()) -} |