flag.FlagSet.Output (method)
10 uses
flag (current package)
flag.go#L367: func (f *FlagSet) Output() io.Writer {
flag.go#L535: fmt.Fprint(f.Output(), s, "\n")
flag.go#L567: fmt.Fprintf(f.Output(), "Usage:\n")
flag.go#L569: fmt.Fprintf(f.Output(), "Usage of %s:\n", f.name)
flag.go#L588: fmt.Fprintf(CommandLine.Output(), "Usage of %s:\n", os.Args[0])
flag.go#L870: fmt.Fprintln(f.Output(), msg)
flag.go#L893: fmt.Fprintln(f.Output(), err)
golang.org/x/pkgsite/cmd/prober
main.go#L198: fmt.Fprintf(flag.CommandLine.Output(), "usage: %s [flags]\n", os.Args[0])
golang.org/x/pkgsite/devtools/cmd/csphash
main.go#L26: fmt.Fprintf(flag.CommandLine.Output(), "usage: %s [flags] FILES\n", os.Args[0])
main.go#L27: fmt.Fprintf(flag.CommandLine.Output(), "suggestion for FILES: content/static/html/**/*.tmpl\n")
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |