github.com/nozzle/golangci-lint@v1.49.0-nz3/test/testdata/decorder_default.go (about) 1 //golangcitest:args -Edecorder 2 //golangcitest:expected_exitcode 0 3 package testdata 4 5 import "math" 6 7 const ( 8 decoh = math.MaxInt64 9 decoi = 1 10 ) 11 12 var decoj = 1 13 var decok = 1 14 15 type decol int 16 17 func decom() { 18 const decon = 1 19 } 20 21 func init() {}