brnstz / bus

Mobile web app for discovering public transit in NYC --
https://token.live
MIT License
5 stars 2 forks source link

Use context / standardize "now" time #70

Open brnstz opened 8 years ago

brnstz commented 8 years ago

We should use https://blog.golang.org/context / https://godoc.org/golang.org/x/net/context to send a single "now" time through the entire request stack. Possibly other stuff too (cancel / timeouts, etc.)