Merge a1c9c0e2d451511a63c1d93f64b2929430e967ef into 97729696c0c30725e8d239ad03814eb8c80ce8f1

This commit is contained in:
Andre Dublin 2014-07-18 21:11:34 +00:00
commit aaf4cfb876
2 changed files with 12 additions and 1 deletions

View File

@ -43,6 +43,17 @@ import "github.com/gin-gonic/gin"
``` ```
##Community
If you'd like to help out with the project, there's a mailing list and IRC channel where Gin discussions normally happen.
* IRC
* [irc.freenode.net #getgin](irc://irc.freenode.net:6667/getgin)
* [Webchat](http://webchat.freenode.net?randomnick=1&channels=%23getgin)
* Mailing List
* Subscribe: [getgin@librelist.org](mailto:getgin@librelist.org)
* [Archives](http://librelist.com/browser/getgin/)
##API Examples ##API Examples
#### Create most basic PING/PONG HTTP endpoint #### Create most basic PING/PONG HTTP endpoint

View File

@ -182,7 +182,7 @@ func (c *Context) MustGet(key string) interface{} {
} }
/************************************/ /************************************/
/******** ENCOGING MANAGEMENT********/ /******** ENCODING MANAGEMENT********/
/************************************/ /************************************/
// This function checks the Content-Type to select a binding engine automatically, // This function checks the Content-Type to select a binding engine automatically,