package starlog import ( "testing" "time" ) func Test_LOG(t *testing.T) { go Debugln("nb") Debugln("nb2") time.Sleep(time.Second) }