Skip to content

Commit

Permalink
Removing exclamation marks in Go.
Browse files Browse the repository at this point in the history
  • Loading branch information
manucorporat committed Sep 3, 2014
1 parent 21e53c0 commit d324980
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion AUTHORS.md
Original file line number Diff line number Diff line change
@@ -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.



Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit d324980

Please sign in to comment.