Fix alphabetical ordering

checkGoreportcard
Olivier Poitrey 9 years ago
parent b1da228028
commit e2df11edda

@ -56,8 +56,8 @@ Join us on IRC at **#awesome-go** on freenode [web access](http://webchat.freeno
- [Video](#video)
- [Web Frameworks](#web-frameworks)
- [Middlewares](#middlewares)
- [Libraries for creating HTTP middlewares](#libraries-for-creating-http-middlewares)
- [Actual middlewares](#actual-middlewares)
- [Libraries for creating HTTP middlewares](#libraries-for-creating-http-middlewares)
- [Windows](#windows)
- [Tools](#tools)
@ -721,6 +721,12 @@ Join us on IRC at **#awesome-go** on freenode [web access](http://webchat.freeno
### Middlewares
#### Actual middlewares
* [CORS](https://github.com/rs/cors) - Easily add CORS capabilities to your API
* [formjson](https://github.com/rs/formjson) - Transparently handle JSON input as a standard form POST
* [XFF](https://github.com/sebest/xff) - Handle `X-Forwarded-For` header and friends
#### Libraries for creating HTTP middlewares
* [alice](https://github.com/justinas/alice) - Painless middleware chaining for Go.
@ -730,12 +736,6 @@ Join us on IRC at **#awesome-go** on freenode [web access](http://webchat.freeno
* [negroni](https://github.com/codegangsta/negroni) - Idiomatic HTTP middleware for Golang.
* [render](https://github.com/unrolled/render) - Go package for easily rendering JSON, XML, and HTML template responses.
#### Actual middlewares
* [CORS](https://github.com/rs/cors) - Easily add CORS capabilities to your API
* [formjson](https://github.com/rs/formjson) - Transparently handle JSON input as a standard form POST
* [XFF](https://github.com/sebest/xff) - Handle `X-Forwarded-For` header and friends
# Tools
Go software and plugins.

Loading…
Cancel
Save