You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ fiber middleware to automatically generate RESTful API documentation with Swagge
15
15
2. Download [Swag](https://github.com/swaggo/swag) for Go by using:
16
16
17
17
```sh
18
-
$ go get github.com/swaggo/swag/cmd/swag
18
+
$ go install github.com/swaggo/swag/cmd/swag
19
19
```
20
20
21
21
3. Run the [Swag](https://github.com/swaggo/swag) in your Go project root folder which contains `main.go` file, [Swag](https://github.com/swaggo/swag) will parse comments and generate required files(`docs` folder and `docs/doc.go`).
0 commit comments