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 d452dcb commit 867d300Copy full SHA for 867d300
testutils/source.go
@@ -577,7 +577,7 @@ func main() {
577
println(i)
578
}`, 0}}
579
580
- // SampleCode501 - Blacklisted import MD5
+ // SampleCodeG501 - Blacklisted import MD5
581
SampleCodeG501 = []CodeSample{
582
{`
583
package main
@@ -592,7 +592,7 @@ func main() {
592
}
593
}`, 1}}
594
595
- // SampleCode502 - Blacklisted import DES
+ // SampleCodeG502 - Blacklisted import DES
596
SampleCodeG502 = []CodeSample{
597
598
0 commit comments