From d3249800e9e4603ecaa952615ece93e5cd2f7415 Mon Sep 17 00:00:00 2001
From: Manu Mtz-Almeida <manu.valladolid@gmail.com>
Date: Wed, 3 Sep 2014 17:42:49 +0200
Subject: [PATCH] Removing exclamation marks in Go.

---
 AUTHORS.md | 2 +-
 README.md  | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/AUTHORS.md b/AUTHORS.md
index c09e263f..47cb58a5 100644
--- a/AUTHORS.md
+++ b/AUTHORS.md
@@ -1,4 +1,4 @@
-List of all the awesome people working to make Gin the best Web Framework in Go!
+List of all the awesome people working to make Gin the best Web Framework in Go.
 
 
 
diff --git a/README.md b/README.md
index c97164d4..5ceab2f3 100644
--- a/README.md
+++ b/README.md
@@ -30,13 +30,13 @@ Yes, Gin is an internal project of [my](https://github.com/manucorporat) upcomin
 
 
 ## Start using it
-Obviously, you need to have Git and Go! already installed to run Gin.  
+Obviously, you need to have Git and Go already installed to run Gin.  
 Run this in your terminal
 
 ```
 go get github.com/gin-gonic/gin
 ```
-Then import it in your Go! code:
+Then import it in your Go code:
 
 ```
 import "github.com/gin-gonic/gin"