timetable-mgr/stations/parse.go

11 lines
173 B
Go
Raw Normal View History

2024-06-28 14:38:20 +01:00
package stations
import (
_ "encoding/xml"
_ "errors"
_ "git.fjla.uk/owlboard/go-types/pkg/database"
_ "git.fjla.uk/owlboard/timetable-mgr/log"
_ "go.uber.org/zap"
)