From 0ec56f1704ac7991a6b971f0732c52d40e950981 Mon Sep 17 00:00:00 2001 From: golint fixer Date: Thu, 25 Oct 2018 09:44:58 -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 17a740f..df13b32 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ go: before_install: - go get github.com/axw/gocov/gocov - go get github.com/mattn/goveralls - - go get github.com/golang/lint/golint + - go get golang.org/x/lint/golint - go get github.com/tools/godep install: