Update to canonical golint import path, closes #35 Thanks Mateusz Kubuszok!

pull/17/merge
Chris Bednarski 5 years ago
parent 017b8f33a4
commit 4c91c57875

@ -11,7 +11,7 @@ mandir=$(datarootdir)/man
all: build test
deps:
go get github.com/golang/lint/golint
go get golang.org/x/lint/golint
go get github.com/stretchr/testify/assert
go get golang.org/x/tools/cmd/cover
go get

Loading…
Cancel
Save