github.com/kotovmak/go-admin@v1.1.1/modules/logger/logger_test.go (about)

     1  package logger
     2  
     3  import "testing"
     4  
     5  func TestInfo(t *testing.T) {
     6  	Info("test")
     7  }