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 2ac445e commit 597fc86Copy full SHA for 597fc86
main.go
@@ -5,6 +5,7 @@ import (
5
)
6
7
func main() {
8
- // intentional lint error: empty function body, unused import
+ var unusedVar int
9
+ fmt.Println("Hello, world!")
10
}
11
0 commit comments