update makefile to fmt before linting

This commit is contained in:
Jeffrey Paul 2019-12-14 07:50:23 -08:00
parent ceaed5f3e7
commit ada7e38a95
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ build: ./$(FN)
go get -u github.com/GeertJohan/fgt
touch .lintsetup
lint: .lintsetup
lint: fmt .lintsetup
fgt golint
go-get: