golangci-lint/test/testdata/decorder_default.go
2022-07-15 15:32:10 +02:00

21 lines
204 B
Go

//golangcitest: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() {}