Skip to content

Commit

Permalink
fix link to example
Browse files Browse the repository at this point in the history
  • Loading branch information
ernest committed Nov 4, 2020
1 parent 601692b commit 1f7f1de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ func (u UserResource) findUser(request *restful.Request, response *restful.Respo
...
}
```
[Full API of a UserResource](https://github.com/emicklei/go-restful/tree/master/examples/restful-user-resource.go)

[Full API of a UserResource](https://github.com/emicklei/go-restful/tree/master/examples/user-resource/restful-user-resource.go)

### Features

- Routes for request → function mapping with path parameter (e.g. {id} but also prefix_{var} and {var}_suffix) support
Expand Down

0 comments on commit 1f7f1de

Please sign in to comment.