Add nolint to example
This commit is contained in:
parent
fd9fb57f35
commit
967304fc2a
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ package main
|
|||
|
||||
import "fmt"
|
||||
|
||||
//nolint
|
||||
func main() {
|
||||
x := "hello"
|
||||
for _, x := range x {
|
||||
|
|
Loading…
Reference in a new issue