MCPcopy
hub / github.com/uber-go/zap / writerWrapper

Struct writerWrapper

zapcore/write_syncer.go:78–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78type writerWrapper struct {
79 io.Writer
80}
81
82func (w writerWrapper) Sync() error {
83 return nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected