Is your feature request related to a problem?
The project doesn't have a standard way to run linters via make.
Describe the solution you'd like
Add a lint target to the Makefile that runs go vet and maybe golangci-lint if available.
Describe alternatives you've considered
N/A
Additional context
Check existing Makefile.
Is your feature request related to a problem?
The project doesn't have a standard way to run linters via
make.Describe the solution you'd like
Add a
linttarget to theMakefilethat runsgo vetand maybegolangci-lintif available.Describe alternatives you've considered
N/A
Additional context
Check existing
Makefile.