-
-
Notifications
You must be signed in to change notification settings - Fork 407
Closed
Labels
Description
Runinng staticcheck with -f binary parameters fails:
$ go install honnef.co/go/tools/cmd/staticcheck@v0.4.1
$ staticcheck -f binary ./... > tmpfile
failed writing output: gob: type lintcmd.lintResult has no exported fields
go version go1.19.4 linux/amd64
Reactions are currently unavailable