now passes linting

This commit is contained in:
2019-12-19 05:20:23 -08:00
parent d2bd99801d
commit 5144a957e5
8 changed files with 91 additions and 23 deletions

View File

@@ -42,7 +42,7 @@ build: ./$(FN)
touch .lintsetup
lint: fmt .lintsetup
fgt golint
fgt golint ./...
go-get:
go get -v