func go.uber.org/zap.NewNop
9 uses
go.uber.org/zap (current package)
global.go#L42: _globalL = NewNop()
logger.go#L70: return NewNop()
logger.go#L86: func NewNop() *Logger {
github.com/gotd/td/internal/exchange
flow.go#L62: log: zap.NewNop(),
github.com/gotd/td/internal/mtproto
options.go#L110: opt.Logger = zap.NewNop()
github.com/gotd/td/internal/pool
options.go#L16: d.Logger = zap.NewNop()
github.com/gotd/td/internal/rpc
options.go#L28: cfg.Logger = zap.NewNop()
github.com/gotd/td/telegram
builder.go#L153: logger := zap.NewNop()
options.go#L107: opt.Logger = zap.NewNop()
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. |