Skip to content

Commit

Permalink
before (test) release
Browse files Browse the repository at this point in the history
  • Loading branch information
kataras committed Oct 27, 2019
1 parent 6c686d8 commit 0290c76
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

```sh
$ go get -u github.com/swaggo/swag/cmd/swag
$ go get github.com/iris-contrib/swagger/v12@latest
```

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`).
Expand All @@ -28,9 +27,9 @@ $ swag init
4. Download [swagger for Iris](https://github.com/iris-contrib/swagger) by using:

```sh
$ go get -u github.com/iris-contrib/swagger
$ go get -u github.com/iris-contrib/swagger/swaggerFiles
$ go get github.com/iris-contrib/swagger/v12@latest
```

And import following in your code:

```go
Expand Down

0 comments on commit 0290c76

Please sign in to comment.