package starlog import "testing" func Test_StarLog(t *testing.T) { CreateLog("./sakura", "suki") Println("suki!", "blue", "b") }