Skip to content

Commit

Permalink
Merge pull request #128 from Alt-NoRock/refactor_go_vet
Browse files Browse the repository at this point in the history
refactor: go-vet alert fix.
  • Loading branch information
shogo82148 authored Aug 7, 2023
2 parents af6d68e + 2c7e7e4 commit 30beaab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/errorformat/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ syntax of package template. The default output is equivalent to -f
`

func usage() {
fmt.Fprintln(os.Stderr, usageMessage)
fmt.Fprintf(os.Stderr, "%s", usageMessage)
fmt.Fprintln(os.Stderr, "Flags:")
flag.PrintDefaults()
os.Exit(2)
Expand Down

0 comments on commit 30beaab

Please sign in to comment.