We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7a1ade commit eda5632Copy full SHA for eda5632
README.md
@@ -24,13 +24,13 @@ $ swag init -g actions/app.go
24
```sh
25
$ go get -u github.com/cippaciong/mw-swaggo
26
```
27
-And import following in your `actions/app.go` code:
+And import following in your `actions/app.go` code, making sure to modify the last package name properly:
28
29
```go
30
import(
31
mwswaggo "github.com/cippaciong/mw-swaggo"
32
"github.com/cippaciong/mw-swaggo/swaggerFiles"
33
- _ "github.com/cippaciong/mw-swaggo/example/docs"
+ _ "github.com/<github_name>/<project_name>/docs"
34
)
35
36
0 commit comments