10 lines
118 B
Go
10 lines
118 B
Go
package grlogs
|
|
|
|
import (
|
|
"testing"
|
|
)
|
|
|
|
func TestGetLogger(t *testing.T) {
|
|
GetLogger("nds").Debug("akldalskflasfa")
|
|
}
|