haiwai-grlogs/log_test.go

10 lines
118 B
Go
Raw Normal View History

2020-04-01 11:38:28 +08:00
package grlogs
import (
"testing"
)
func TestGetLogger(t *testing.T) {
GetLogger("nds").Debug("akldalskflasfa")
}