From 4c91c5787547219e13bce8e17bd1d0049e3918e6 Mon Sep 17 00:00:00 2001 From: Chris Bednarski Date: Mon, 22 Apr 2019 09:00:03 -0700 Subject: [PATCH] Update to canonical golint import path, closes #35 Thanks Mateusz Kubuszok! --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6528963..bc41ebb 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ mandir=$(datarootdir)/man all: build test deps: - go get github.com/golang/lint/golint + go get golang.org/x/lint/golint go get github.com/stretchr/testify/assert go get golang.org/x/tools/cmd/cover go get