github.com/elek/golangci-lint@v1.42.2-0.20211208090441-c05b7fcb3a9a/test/testdata/fix/out/godot.go (about) 1 //args: -Egodot 2 package p 3 4 /* 5 This comment won't be checked in default mode 6 */ 7 8 // This comment will be fixed. 9 func godot(a, b int) int { 10 // Nothing to do here 11 return a + b 12 }