Commit Graph

4 Commits (05fef68f426fcff6138a879a6393883199d22c26)

Author SHA1 Message Date
Sergey Vinogradov 8ff2ab3187 Add "vet" target to the Makefile
Making the "vet" target will run "go vet ./..." for each supported
GOOS.

Also, some of the warnings produced by go 1.15 vet were mitigated.
Sean Chittenden d0e40ff723
Fix issues reported by golint.
Cameron Sparr a213bf5e6d
run go fmt ./...
Bruno Clermont 3f96312057 only run ifconfig/netstat if necessary, add some tests