Closed MaineK00n closed 2 years ago
Change the linter to revive, since golint has been deprecated as follows.
NOTE: Golint is deprecated and frozen. There's no drop-in replacement for it, but tools such as Staticcheck and go vet should be used instead.
$ make lint $ golangci-lint run -c .golangci.yml
You don't have to satisfy all of the following.
make fmt
make test
Is this ready for review?: YES
What did you implement:
Change the linter to revive, since golint has been deprecated as follows.
Type of change
How Has This Been Tested?
Checklist:
You don't have to satisfy all of the following.
make fmt
make test
Is this ready for review?: YES
Reference