Add nolint to example

This commit is contained in:
Fedor Korotkiy 2020-02-20 17:51:43 +03:00
parent fd9fb57f35
commit 967304fc2a

View file

@ -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 {