Support route listing & search

This commit is contained in:
2022-09-15 20:00:49 +08:00
parent 9724abe2e2
commit 89770c0864
3 changed files with 178 additions and 61 deletions

View File

@@ -6,7 +6,7 @@ import (
)
func TestQuerySchedule( t *testing.T ) {
qo := Query( "zh", "K73 池" )
qo := Query( "zh", "" )
fmt.Print( qo.Message() )
}