Switch to go modules

This commit is contained in:
Calle Pettersson
2019-12-28 16:28:10 +01:00
committed by Calle Pettersson
parent de285e1043
commit 0d4f747f8f
616 changed files with 118189 additions and 59825 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ test:
go test -v ./...
lint:
gometalinter --vendor --config gometalinter.config ./...
golangci-lint -c .golangci.yaml run
fmt:
gofmt -l -w -s .