Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
razonyang committed Nov 2, 2017
1 parent f5c5a44 commit 4fe39d2
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ FastRouter also provides some useful features, such as **grouping** and **middle

# Features

**Fast**: See [Benchmark](#benchmark)
**Fast**: See [Go Web Framework Benchmark](https://github.com/razonyang/go-web-framework-benchmark)

**Flexible**: FastRouter provides some customizable options for you:
- TrailingSlashesPolicy:
Expand Down Expand Up @@ -48,8 +48,4 @@ See [Documentation](https://godoc.org/github.com/razonyang/fastrouter)
- [Middleware example](https://godoc.org/github.com/razonyang/fastrouter#example-Middleware)
- [Serve static files example](https://godoc.org/github.com/razonyang/fastrouter#example-Router-ServeFiles)

See [Examples](https://godoc.org/github.com/razonyang/fastrouter#example-package) for details.

# Benchmark

![Benchmark](https://github.com/razonyang/go-web-framework-benchmark/raw/master/benchmark.png)
See [Examples](https://godoc.org/github.com/razonyang/fastrouter#example-package) for details.

0 comments on commit 4fe39d2

Please sign in to comment.