package bus import ( "fmt" "testing" ) func TestQuerySchedule( t *testing.T ) { qo := Query( "zh", "K73 池" ) fmt.Print( qo.Message() ) }