package brain import ( "log" "testing" ) func TestCaseMain(t *testing.T) { cnf := Config{} cnf.Load("config/test.yaml") log.Println(cnf) }