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