1
0
mirror of https://github.com/go-kratos/kratos.git synced 2026-05-22 10:15:24 +02:00

fix lint check (#746)

This commit is contained in:
Tony Chen
2021-03-05 22:40:38 +08:00
committed by GitHub
parent 18752bf0ec
commit f86c91849b
15 changed files with 76 additions and 45 deletions
-2
View File
@@ -4,8 +4,6 @@ import (
"fmt"
)
var nop Logger = new(nopLogger)
// Helper is a logger helper.
type Helper struct {
debug Logger
-5
View File
@@ -1,5 +0,0 @@
package log
type nopLogger struct{}
func (l *nopLogger) Print(kvpair ...interface{}) {}