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