From 7e036fd795cc0b5710d3b049dc98f4538c32da6a Mon Sep 17 00:00:00 2001 From: bodqhrohro Date: Tue, 29 Oct 2019 03:23:57 +0200 Subject: golint --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6493cca..047de52 100644 --- a/Makefile +++ b/Makefile @@ -5,3 +5,6 @@ all: test: go test -v ./config + +lint: + $(GOPATH)/bin/golint ./... -- cgit v1.2.3