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