Added kmb and refactored query.Parse
This commit is contained in:
10
datasources/kmb/query_test.go
Normal file
10
datasources/kmb/query_test.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package kmb
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestQuerySchedule( t *testing.T ) {
|
||||
fmt.Print( Query( "zh", "大欖" ).Message() )
|
||||
}
|
||||
Reference in New Issue
Block a user