bwag icon indicating copy to clipboard operation
bwag copied to clipboard

Source code for the book "Building Web Apps with Go"

Results 11 bwag issues
Sort by recently updated
recently updated
newest added

Heroku manage dependencies and recognizes an app as a Go app with the govendor tool.

Its seems that the new "best way" of performing a deployment with heroku is to use the tools/godep. I would be more than happy to re-write that portion of manual/code....

"gog" should be "got"? Or perhaps this is a bit of lingo I am unfamiliar with?

In the section "Using the render package," the render call using the example template doesn't do what you would expect. http://codegangsta.gitbooks.io/building-web-apps-with-go/content/rendering/render/README.html Specifically, by passing "nil" it will not render anything...