Skip to content

Commit

Permalink
added versioned URL
Browse files Browse the repository at this point in the history
  • Loading branch information
qiangxue committed Jul 26, 2016
1 parent 8c1099a commit 744abcd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ Run the following command to install the package:
go get github.com/go-ozzo/ozzo-routing
```

You may also get specified release of the package by:

```
go get gopkg.in/go-ozzo/ozzo-routing.v1
```

## Getting Started

Create a `server.go` file with the following content:
Expand Down

0 comments on commit 744abcd

Please sign in to comment.