golifehk/datasources/kmb/query_test.go

11 lines
140 B
Go

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