removed the $ which was getting to clipboard while copying this the cmd

This commit is contained in:
Sarvesh Hon 2024-02-24 21:22:18 +05:30
parent ecdbbbe948
commit e1db1e5bec
1 changed files with 1 additions and 1 deletions

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:
```sh
$ go get -u github.com/gin-gonic/gin
go get -u github.com/gin-gonic/gin
```
### Running Gin