diff --git a/README.md b/README.md index cbda621e..6fa52d0b 100644 --- a/README.md +++ b/README.md @@ -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 #### Create most basic PING/PONG HTTP endpoint diff --git a/context.go b/context.go index 17ba45c2..80d2ed82 100644 --- a/context.go +++ b/context.go @@ -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,