From 6442e203c37e295e6d6b3f98b13d0b9bb54a268d Mon Sep 17 00:00:00 2001 From: golint fixer Date: Wed, 24 Oct 2018 15:40:16 -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 06a0130..8a339d2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ install: - ./.travis/get_ci_vet.sh - ./.travis/get_ci_cover.sh - go get -v github.com/GeertJohan/fgt - - go get -v github.com/golang/lint/golint + - go get -v golang.org/x/lint/golint script: - export PATH=$PATH:$HOME/gopath/bin - go vet