Removing $ as when you copy the command $ causes an issue in terminal.

This commit is contained in:
chowmean 2022-01-05 20:20:19 +05:30
parent 94153d1e19
commit 33ccbcc282

View File

@ -89,7 +89,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.13+ is required**), then you can use the below Go command to install Gin. 1. The first need [Go](https://golang.org/) installed (**version 1.13+ is required**), then you can use the below Go command to install Gin.
```sh ```sh
$ go get -u github.com/gin-gonic/gin go get -u github.com/gin-gonic/gin
``` ```
2. Import it in your code: 2. Import it in your code: