Update README

This commit is contained in:
edvardsanta 2023-06-01 00:08:55 -03:00
parent 7553b73495
commit 35750b9be1
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ gin middleware to automatically generate RESTful API documentation with Swagger
2. Download [Swag](https://github.com/swaggo/swag) for Go by using: 2. Download [Swag](https://github.com/swaggo/swag) for Go by using:
```sh ```sh
go get -u github.com/swaggo/swag/cmd/swag go get -u github.com/swaggo/swag/v2
``` ```
Starting in Go 1.17, installing executables with `go get` is deprecated. `go install` may be used instead: Starting in Go 1.17, installing executables with `go get` is deprecated. `go install` may be used instead: