Skip to content

Commit

Permalink
Fix golint problems
Browse files Browse the repository at this point in the history
  • Loading branch information
ncw committed Jun 30, 2018
1 parent fdfa559 commit 8bd4711
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ func main() {
log.SetFlags(0)

var Usage = func() {
fmt.Fprintf(os.Stderr, "Usage %s:", os.Args[0])
fmt.Fprintf(os.Stderr, USAGE)
_, _ = fmt.Fprintf(os.Stderr, "Usage %s:", os.Args[0])
_, _ = fmt.Fprintf(os.Stderr, USAGE)
flag.PrintDefaults()
}

Expand Down

0 comments on commit 8bd4711

Please sign in to comment.