Skip to content

Commit 597fc86

Browse files
Golangci files
1 parent 2ac445e commit 597fc86

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

main.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import (
55
)
66

77
func main() {
8-
// intentional lint error: empty function body, unused import
8+
var unusedVar int
9+
fmt.Println("Hello, world!")
910
}
1011

0 commit comments

Comments
 (0)