mirror of
https://github.com/sot-tech/mochi.git
synced 2026-04-30 01:19:59 -07:00
fix nolint directive
This commit is contained in:
@@ -9,7 +9,7 @@ import (
|
||||
|
||||
func init() {
|
||||
// Seeding global math random
|
||||
//staticcheck
|
||||
//nolint:staticcheck
|
||||
rand.Seed(GenSeed())
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user