Lint-fix: Ignore goconst

This commit is contained in:
Calle Pettersson
2019-01-23 09:57:08 +01:00
committed by Calle Pettersson
parent 0eab86c731
commit e24e0dc9f5
2 changed files with 2 additions and 7 deletions
-6
View File
@@ -1,11 +1,5 @@
export GOOS=windows
lint:
gometalinter --vendor --config gometalinter.config ./...
test:
go test -v ./...
build:
promu build -v