Removing exclamation marks in Go.

This commit is contained in:
Manu Mtz-Almeida 2014-09-03 17:42:49 +02:00
parent 21e53c0db6
commit d3249800e9
2 changed files with 3 additions and 3 deletions

View File

@ -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.

View File

@ -30,13 +30,13 @@ Yes, Gin is an internal project of [my](https://github.com/manucorporat) upcomin
## Start using it ## 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 Run this in your terminal
``` ```
go get github.com/gin-gonic/gin 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" import "github.com/gin-gonic/gin"