From cf7188b4f724003617b72776d050ffcc5d4a3197 Mon Sep 17 00:00:00 2001 From: golint fixer Date: Thu, 25 Oct 2018 09:38:37 -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 c3ec61d..2aaf675 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ matrix: before_install: - go get golang.org/x/tools/cmd/vet - 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/mattn/goveralls install: