<p>Hi,</p>
<p>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.</p>
<p><a href="https://github.com/felipecruz91/go-weather-facebookbot" rel="nofollow">https://github.com/felipecruz91/go-weather-facebookbot</a></p>
<p>I would really appreciate any code review comments or suggestions :)</p>
<p>Thank you!</p>
<hr/>**评论:**<br/><br/>manifold360: <pre><p>Don't commit the vendor directory. Godep will manage the dependencies.</p></pre>ask: <pre><p>Meh. Sure it does until it doesn't because the "upstream" change URL or otherwise disappear.</p></pre>felipecruz91: <pre><p>I have just realized that Heroku needs the dependencies stored in the /vendor folder when the app is deployed...</p></pre>
