Skip to content

Commit

Permalink
Update go get for stable version
Browse files Browse the repository at this point in the history
In the future, github default branch will be develop so running `go get github.com/gin-gonic/gin` will pull latest code from develop.
  • Loading branch information
javierprovecho authored Oct 12, 2016
1 parent f90cc43 commit 3900df0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,13 +88,13 @@ BenchmarkZeus_GithubAll | 2000 | 944234 | 300688 | 2648
1. Download and install it:

```sh
$ go get github.com/gin-gonic/gin
$ go get gopkg.in/gin-gonic/gin.v1
```

2. Import it in your code:

```go
import "github.com/gin-gonic/gin"
import "gopkg.in/gin-gonic/gin.v1"
```

3. (Optional) Import `net/http`. This is required for example if using constants such as `http.StatusOK`.
Expand Down

0 comments on commit 3900df0

Please sign in to comment.