Hi Patrick,
thanks for your great tool.
I'm trying to compile it with go1.23.1 under ArchLinux. A very old compilation failure is:
gtfstidy.go:12:2: cannot find package "github.com/patrickbr/gtfsparser" in any of:
/usr/lib/go/src/github.com/patrickbr/gtfsparser (from $GOROOT)
/home/papa/go/src/github.com/patrickbr/gtfsparser (from $GOPATH)
[..]
Using https://github.com/patrickbr/gtfstidy/pull/28/files it compiled until a few months ago. Now there is:
# github.com/patrickbr/gtfstidy
./gtfstidy.go:414: unknown field RemoveFillers in struct literal of type gtfsparser.ParseOptions
./gtfstidy.go:414: unknown field UseGoogleSupportedRouteTypes in struct literal of type gtfsparser.ParseOptions
./gtfstidy.go:414: unknown field DropSingleStopTrips in struct literal of type gtfsparser.ParseOptions
Hi Patrick,
thanks for your great tool.
I'm trying to compile it with go1.23.1 under ArchLinux. A very old compilation failure is:
Using https://github.com/patrickbr/gtfstidy/pull/28/files it compiled until a few months ago. Now there is: