Is your feature request related to a problem?
Contributors run linters ad hoc with no standard target.
Describe the solution you'd like
Add a make lint target wrapping go vet / gofmt / the linter the project uses.
Describe alternatives you've considered
Each contributor running tools manually.
Additional context
Beginner friendly. See Makefile and CONTRIBUTING.md.
Is your feature request related to a problem?
Contributors run linters ad hoc with no standard target.
Describe the solution you'd like
Add a
make linttarget wrapping go vet / gofmt / the linter the project uses.Describe alternatives you've considered
Each contributor running tools manually.
Additional context
Beginner friendly. See
MakefileandCONTRIBUTING.md.