go-ios
go-ios copied to clipboard
Standarize and enforce linting
Would be great to have some static analysis in place, to avoid common mistakes.
IMHO, the bare minimum is to use (and enforce) go vet
.
I'm also a fan of staticcheck, which is a popular successor to golint
(which is deprecated). We could use it as well