From 43ecadacb5d0c2d4eafdf69ebc0323437bac4466 Mon Sep 17 00:00:00 2001 From: golint fixer Date: Thu, 25 Oct 2018 09:41:01 -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 fdfbf87..b616639 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ go: before_install: # lint - - go get github.com/golang/lint/golint + - go get golang.org/x/lint/golint # code complexity - go get github.com/on99/gocyclo