codefornola / nola-transit-map

Realtime view of all NOLA public transit vehicles https://nolatransit.fly.dev/
MIT License
21 stars 7 forks source link

Check error before response body #24

Open bhelx opened 1 month ago

bhelx commented 1 month ago

Should probably check the error first here as resp may be nil: https://github.com/codefornola/nola-transit-map/blob/6a2564aee001a9d83e67b8a9aabe4b77cafdcfb9/main.go#L178

Some better error handling all around would be good.