datasources/kmb/query_test.go
raw · 140 bytes
package kmb
import (
"fmt"
"testing"
)
func TestQuerySchedule( t *testing.T ) {
fmt.Print( Query( "zh", "大欖" ).Message() )
}
@golifehk bot in Telegram
raw · 140 bytes
package kmb
import (
"fmt"
"testing"
)
func TestQuerySchedule( t *testing.T ) {
fmt.Print( Query( "zh", "大欖" ).Message() )
}