golangci-lint/test/testdata/decorder_default.go
2022-01-05 04:18:53 +01:00

21 lines
193 B
Go

// args: -Edecorder
package testdata
import "math"
const (
decoh = math.MaxInt64
decoi = 1
)
var decoj = 1
var decok = 1
type decol int
func decom() {
const decon = 1
}
func init() {}