-Lion is a fast HTTP router for Go with support for middlewares for building modern scalable modular REST APIs.
+Lion is a [fast](#benchmarks) HTTP router for Go with support for middlewares for building modern scalable modular REST APIs.
![Lion's Hello World GIF](https://raw.githubusercontent.com/celrenheit/gifs/master/lion/hello-speed2-sm.min.gif)
@@ -9,7 +9,7 @@ Lion is a fast HTTP router for Go with support for middlewares for building mode
***Context-Aware**: Lion uses the de-facto standard [net/Context](https://golang.org/x/net/context) for storing route params and sharing variables between middlewares and HTTP handlers. It [_could_](https://github.com/golang/go/issues/14660) be integrated in the [standard library](https://github.com/golang/go/issues/13021) for Go 1.7 in 2016.
***Modular**: You can define your own modules to easily build a scalable architecture
***REST friendly**: You can define modules to groups http resources together.
-***Zero allocations**: Lion generates zero garbage.
+***Zero allocations**: Lion generates zero garbage[*](#benchmarks).
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
@@ -34,6 +34,7 @@ Lion is a fast HTTP router for Go with support for middlewares for building mode
0 comments on commit
8732675