Added kmb schedules

This commit is contained in:
2022-09-25 18:48:22 +08:00
parent b251e35be4
commit 41be1db381
8 changed files with 283 additions and 40 deletions

View File

@@ -5,7 +5,7 @@ import (
)
func TestRouteStops(t *testing.T) {
_, err := getBusStops()
_, err := getRouteStops()
if err != nil {
t.Error( err )
}