golifehk/datasources/kmb/query_test.go

11 lines
140 B
Go
Raw Normal View History

2022-09-16 20:33:47 +00:00
package kmb
import (
"fmt"
"testing"
)
func TestQuerySchedule( t *testing.T ) {
fmt.Print( Query( "zh", "大欖" ).Message() )
}