Hi,
I am recently new in Go and I started developing a Golang app which interacts with Facebook Bot and API.AI to give you information about the current weather and forecast of any city.
https://github.com/felipecruz91/go-weather-facebookbot
I would really appreciate any code review comments or suggestions
Thank you!
评论:
manifold360:
ask:Don't commit the vendor directory. Godep will manage the dependencies.
felipecruz91:Meh. Sure it does until it doesn't because the "upstream" change URL or otherwise disappear.
I have just realized that Heroku needs the dependencies stored in the /vendor folder when the app is deployed...
