flag.FlagSet.SetOutput (method)

2 uses

	flag (current package)
		flag.go#L450: func (f *FlagSet) SetOutput(output io.Writer) {

	go.pact.im/x/plumb/internal/cli
		cli.go#L62: 	fs.SetOutput(stderr)