golint seems to be deprecated

This commit is contained in:
jamesread 2021-10-18 09:19:31 +01:00
parent e4a53d1e45
commit eb147d6737
1 changed files with 0 additions and 1 deletions

View File

@ -14,7 +14,6 @@ daemon-compile: daemon-compile-armhf daemon-compile-x64-lin daemon-compile-x64-w
daemon-codestyle:
go fmt ./...
go vet ./...
golint ./...
gocyclo -over 3 cmd internal
daemon-unittests: