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"
|
import "fmt"
|
||||||
|
|
||||||
|
//nolint
|
||||||
func main() {
|
func main() {
|
||||||
x := "hello"
|
x := "hello"
|
||||||
for _, x := range x {
|
for _, x := range x {
|
||||||
|
|
Loading…
Reference in a new issue