diff options
author | bodqhrohro <bodqhrohro@gmail.com> | 2019-10-29 04:23:57 +0300 |
---|---|---|
committer | bodqhrohro <bodqhrohro@gmail.com> | 2019-10-29 04:23:57 +0300 |
commit | 7e036fd795cc0b5710d3b049dc98f4538c32da6a (patch) | |
tree | a759a474c5c1a3aafb5a44a416ca9989bbf2b1b2 /Makefile | |
parent | 695c9fc35325d3bec3ec81bdce59f780acd74e8d (diff) |
golint
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -5,3 +5,6 @@ all: test: go test -v ./config + +lint: + $(GOPATH)/bin/golint ./... |