We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdfa559 commit 8bd4711Copy full SHA for 8bd4711
main.go
@@ -64,8 +64,8 @@ func main() {
64
log.SetFlags(0)
65
66
var Usage = func() {
67
- fmt.Fprintf(os.Stderr, "Usage %s:", os.Args[0])
68
- fmt.Fprintf(os.Stderr, USAGE)
+ _, _ = fmt.Fprintf(os.Stderr, "Usage %s:", os.Args[0])
+ _, _ = fmt.Fprintf(os.Stderr, USAGE)
69
flag.PrintDefaults()
70
}
71
0 commit comments