From f3fd8b92f8ec3c9ea4fc62c4c79cbb3aedc8b07f Mon Sep 17 00:00:00 2001 From: Austin Heap Date: Wed, 16 Jul 2014 10:00:47 -0700 Subject: [PATCH 1/2] adding info for IRC and mailing list --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 63c67e84..f38d3be9 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,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 From a1c9c0e2d451511a63c1d93f64b2929430e967ef Mon Sep 17 00:00:00 2001 From: Andre Dublin <81dublin@gmail.com> Date: Fri, 18 Jul 2014 17:08:37 -0400 Subject: [PATCH 2/2] spelling Signed-off-by: Andre Dublin <81dublin@gmail.com> --- context.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,