fix nolint directive

This commit is contained in:
Lawrence, Rendall
2023-02-10 00:24:23 +03:00
parent 96cc4f7eac
commit 100ce660f6

View File

@@ -9,7 +9,7 @@ import (
func init() {
// Seeding global math random
//staticcheck
//nolint:staticcheck
rand.Seed(GenSeed())
}