timetable-mgr/stations/parse.go
Fred Boniface 918ff1a151
All checks were successful
Go Test / test (push) Successful in 1m3s
Update go-types package
2024-06-28 14:38:20 +01:00

11 lines
173 B
Go

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"
)