-u doesn't work

I test it 100 times and still doesn't work
This commit is contained in:
MoriX 2021-01-29 07:24:50 +03:30 committed by GitHub
parent e899771392
commit bb10ba5cf0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -87,7 +87,7 @@ To install Gin package, you need to install Go and set your Go workspace first.
1. The first need [Go](https://golang.org/) installed (**version 1.12+ is required**), then you can use the below Go command to install Gin.
```sh
$ go get -u github.com/gin-gonic/gin
$ go get -v github.com/gin-gonic/gin
```
2. Import it in your code: