From 6cef585071378166e909e8787b9e7a2046307c3d Mon Sep 17 00:00:00 2001 From: golint fixer Date: Thu, 25 Oct 2018 09:37:10 -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 5e823ae..895205f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ go: - tip - 1.9 script: - - go get github.com/golang/lint/golint + - go get golang.org/x/lint/golint - go get golang.org/x/tools/cmd/cover - go get github.com/kisom/goutils/... - go test -cover github.com/kisom/goutils/...