Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ main package (go1.21+), so you can build your service as usual, for example:
go build ./cmd/my-service

Unless the -fail flag is set, ` + name + ` will always return with a zero exit
code in order to let your build succeed, even if a PGO download error occured.
code in order to let your build succeed, even if a PGO download error occurred.

OPTIONS`
fmt.Fprintln(flag.CommandLine.Output(), usage)
Expand Down