We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab4867b commit f9868aaCopy full SHA for f9868aa
rules/rand_test.go
@@ -27,7 +27,7 @@ func TestRandOk(t *testing.T) {
27
28
issues := gasTestRunner(
29
`
30
- package samples
+ package main
31
32
import "crypto/rand"
33
@@ -46,7 +46,7 @@ func TestRandBad(t *testing.T) {
46
47
48
49
50
51
import "math/rand"
52
@@ -66,7 +66,7 @@ func TestRandRenamed(t *testing.T) {
66
67
68
69
70
71
import (
72
"crypto/rand"
0 commit comments