MobilityData / gtfs-realtime-bindings

Language bindings generated from the GTFS Realtime protocol buffer spec for popular languages.
Apache License 2.0
370 stars 127 forks source link

fixed / improved golang example for cases where some data might be missing #115

Closed jameslinjl closed 1 year ago

jameslinjl commented 1 year ago

I tried the example code on a real GTFS realtime feed (from the MTA) and there was an issue where some of the nested data wasn't present. This caused the example to crash. To protect against the example crashing, use the getter methods in the generated golang bindings.

jameslinjl commented 1 year ago

@bdferris-v2 quick follow-up to the previous golang MR