Exemplo n.º 1
0
func test_logger(t *testing.T, log kl.Logger) {
	log.Debug("aaa")
	log.Info("bbb")
}