From b36b5a5fb490b695b0cd11a54b69f3c08be3bee5 Mon Sep 17 00:00:00 2001 From: golint fixer Date: Wed, 24 Oct 2018 15:42:27 -0500 Subject: [PATCH] Fix golint import path --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 139a5c1..ec044b5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ before_install: - go get golang.org/x/tools/cmd/cover - go get github.com/mattn/goveralls - go get github.com/axw/gocov/gocov - - go get github.com/golang/lint/golint + - go get golang.org/x/lint/golint script: - go test -v -coverprofile=coverage.txt -covermode=count