github.com/avicd/go-utilx@v0.1.0/logx/proxy_test.go (about)

     1  package logx
     2  
     3  import "testing"
     4  
     5  func TestDefault(t *testing.T) {
     6  	//logger := Default()
     7  	//logger.Error("This is a test")
     8  }