We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f1f678 commit ab3a51dCopy full SHA for ab3a51d
tools/analyzers/nopanic/testdata/init.go
@@ -1,6 +1,6 @@
1
package testdata
2
3
-func Init() {
+func init() {
4
if false {
5
panic("this should never happen")
6
}
0 commit comments