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