Merge ec78f2f0134d6a45425ebd81666db2aa918816f0 into 53fbf4dbfbf465b552057e6f8d199a275151b7a1

This commit is contained in:
Abderrahmane BENAISSA 2023-12-21 13:44:51 +08:00 committed by GitHub
commit 6c273e3042
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,7 +45,7 @@ to your code, and then `go [build|run|test]` will automatically fetch the necess
Otherwise, run the following Go command to install the `gin` package: Otherwise, run the following Go command to install the `gin` package:
```sh ```sh
$ go get -u github.com/gin-gonic/gin go get -u github.com/gin-gonic/gin
``` ```
### Running Gin ### Running Gin