flag.FlagSet.Output (method)
6 uses
flag (current package)
flag.go#L367: func (f *FlagSet) Output() io.Writer {
flag.go#L537: fmt.Fprint(f.Output(), b.String(), "\n")
flag.go#L569: fmt.Fprintf(f.Output(), "Usage:\n")
flag.go#L571: fmt.Fprintf(f.Output(), "Usage of %s:\n", f.name)
flag.go#L590: fmt.Fprintf(CommandLine.Output(), "Usage of %s:\n", os.Args[0])
flag.go#L900: fmt.Fprintln(f.Output(), msg)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)