I have encountered this problem. This basically means that you have reached the maximum amount of opened files per process. For Linux it is around 1024. This is a very easy thing to do with go since you can have hundreds of thousands of go routines. Please note that you...
The Directions API allows you to get the same public transit data that is displayed when you search for public transit directions on Google Maps. The documentation is here: https://developers.google.com/maps/documentation/directions/#TransitDetails...