rename to klog
parent
d1cdb89bd4
commit
5dc8336b24
2
color.go
2
color.go
|
@ -5,7 +5,7 @@ import (
|
|||
"strconv"
|
||||
"text/template"
|
||||
|
||||
"kumoly.io/core/log/color"
|
||||
"kumoly.io/lib/klog/color"
|
||||
)
|
||||
|
||||
func (l *Logger) M(s interface{}, attrs ...color.Attribute) string {
|
||||
|
|
|
@ -5,7 +5,7 @@ import (
|
|||
"os"
|
||||
"testing"
|
||||
|
||||
c "kumoly.io/core/log/color"
|
||||
c "kumoly.io/lib/klog/color"
|
||||
)
|
||||
|
||||
func TestDev(t *testing.T) {
|
||||
|
|
Loading…
Reference in New Issue