docs(readme): switch back import from gopkg to github

This commit is contained in:
Javier Provecho Fernandez 2017-06-27 23:03:29 +02:00
parent 10ebe65e88
commit 0b3f6d13be
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ $ cat test.go
```go
package main
import "gopkg.in/gin-gonic/gin.v1"
import "github.com/gin-gonic/gin"
func main() {
r := gin.Default()