We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8f1f65 commit 9786534Copy full SHA for 9786534
src/flag/example_flagset_test.go
@@ -42,7 +42,7 @@ func ExampleFlagSet() {
42
stop(subArgs)
43
default:
44
fmt.Printf("error: unknown command - %q\n", args[1])
45
- // On a real program (not an example) print to os.Stderr and exit the program with non-zero value.
+ // In a real program (not an example) print to os.Stderr and exit the program with non-zero value.
46
}
47
48
0 commit comments