@@ -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: