github.com/vanstinator/golangci-lint@v0.0.0-20240223191551-cc572f00d9d1/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() {}