blob: 31978ac383a9c1c6a5b26155194e4ad24195259a [file] [log] [blame]
lint:
gometalinter ./ | grep -v ALL_CAPS|grep -v underscores|grep -v unhandled|grep -v 'not checked' |grep -v unsafe | grep -v unused
lint2:
golangci-lint run
test:
go test