From bb7bc2eeadad7ae88915b1195ba55c96d6f6d360 Mon Sep 17 00:00:00 2001 From: The Gitter Badger Date: Tue, 25 Aug 2015 23:15:57 +0000 Subject: [PATCH] Added Gitter badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 25fbc7b2..d76d9c9d 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ Xorm is a simple and powerful ORM for Go. # Features +[![Join the chat at https://gitter.im/go-xorm/xorm](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/go-xorm/xorm?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) + * Struct <-> Table Mapping Support * Chainable APIs