var os.Stderr
7 uses
os (current package)
file.go#L67: Stderr = NewFile(uintptr(syscall.Stderr), "/dev/stderr")
flag
flag.go#L433: return os.Stderr
go.uber.org/zap
global.go#L137: log.SetOutput(os.Stderr)
logger.go#L74: errorOutput: zapcore.Lock(os.Stderr),
sink.go#L156: return nopCloserSink{os.Stderr}, nil
log
log.go#L87: var std = New(os.Stderr, "", LstdFlags)
runtime/debug
stack.go#L16: os.Stderr.Write(Stack())
The pages are generated with Golds v0.6.7. (GOOS=linux 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. |