From b6c5c845052c2647524fedafc71a33702804af22 Mon Sep 17 00:00:00 2001 From: golint fixer Date: Wed, 24 Oct 2018 15:46:08 -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 282a11b..e9cc1fb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ git: install: - go install -race std - go get golang.org/x/tools/cmd/cover - - go get github.com/golang/lint/golint + - go get golang.org/x/lint/golint - go get github.com/tools/godep - export PATH=$HOME/gopath/bin:$PATH