package conf import ( "fmt" "testing" ) // 读取配置文件 func Test_ConnIni(t *testing.T) { //conf, err := ConnIni() //if err != nil { // t.Error(err) //} else { // t.Log(conf.MustValue("ubrSet", "ubr_host")) //} fmt.Println("fff") var f bool if f { fmt.Println("t") } else { fmt.Println("f") } }