Jeremy Saenz
Jeremy Saenz
# Description Pulled out as a subset of the changes from #1491 This PR uses extmarks and virtual text instead of typical highlighting and text replacement to consolidate the highlight/rendering...
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...
If you run the example code in the Databases section as-is, the request throws a "Panic" error because QueryRow has to return a row, and the newly-initialized database table of...
It would be nice to have a little description of what this is supposed to be
Probably just need some text on the video and then installation instructions below the video
Martini has moved to the go-martini github org. Make sure this package uses the new martini import path.
We should look into having one interface in the `auth` package that we can unify on. Previous discussion is here https://github.com/codegangsta/martini-contrib/pull/130
from @nimajalali I'm finalizing a [HMAC](http://en.wikipedia.org/wiki/Hash-based_message_authentication_code) based auth handler. Using Amazon S3 signed and authorized model, more info [here](http://docs.aws.amazon.com/AmazonS3/latest/dev/RESTAuthentication.html). I use it for server to server communication where a pre...