package kmb import ( "fmt" "testing" ) func TestQuerySchedule( t *testing.T ) { fmt.Print( Query( "zh", "大欖" ).Message() ) }