swaggo / gin-swagger

gin middleware to automatically generate RESTful API documentation with Swagger 2.0.
MIT License
3.76k stars 270 forks source link

docs: Starting in Go 1.17, use `go install`. #210

Closed lnnt closed 2 years ago

lnnt commented 2 years ago

Describe the PR update usage about swag

Relation issue N/A

Additional context Deprecation of 'go get' for installing executables

ubogdan commented 2 years ago

@stepbystep2 Thanks for your contribution.