Fix staticcheck warning, add Makefile with staticcheck targets, lock in staticcheck version in go.mod

This commit is contained in:
Brad Fitzpatrick
2020-06-15 11:04:19 -07:00
parent d9fd5db1e1
commit 6757c990a8
4 changed files with 23 additions and 1 deletions

1
go.mod
View File

@@ -28,6 +28,7 @@ require (
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
golang.org/x/sys v0.0.0-20200501052902-10377860bb8e
golang.org/x/time v0.0.0-20191024005414-555d28b269f0
honnef.co/go/tools v0.0.1-2020.1.4 // indirect
inet.af/netaddr v0.0.0-20200513162223-787f13e36cbe
rsc.io/goversion v1.2.0
)