mirror of
https://github.com/go-kratos/kratos.git
synced 2025-01-26 03:52:12 +02:00
6 lines
90 B
Go
6 lines
90 B
Go
package log
|
|
|
|
type nopLogger struct{}
|
|
|
|
func (l *nopLogger) Print(kvpair ...interface{}) {}
|