Remove golint, its deprecated

This commit removed `golint`, its deprecated:
https://github.com/golang/lint

and golangci-lint has overlapping features.
This commit is contained in:
Kristoffer Dalby 2021-10-27 06:58:16 +00:00
parent 2d92719095
commit 6369cea10e

View File

@ -19,7 +19,6 @@ coverprofile_html:
go tool cover -html=coverage.out
lint:
golint
golangci-lint run --timeout 5m
compress: build