mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
fix some punctuation
This commit is contained in:
parent
270efdc6e7
commit
5ae96de50b
@ -65,9 +65,9 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
|
||||
|
||||
### Middlewares
|
||||
|
||||
* [alice](https://github.com/justinas/alice) - Painless middleware chaining for Go
|
||||
* [muxchain](https://github.com/stephens2424/muxchain) - Lightweight middleware for net/http
|
||||
* [negroni](https://github.com/codegangsta/negroni) - Idiomatic HTTP Middleware for Golang
|
||||
* [alice](https://github.com/justinas/alice) - Painless middleware chaining for Go.
|
||||
* [muxchain](https://github.com/stephens2424/muxchain) - Lightweight middleware for net/http.
|
||||
* [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.
|
||||
|
||||
|
||||
@ -97,7 +97,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
|
||||
*Libraries for implementing authentications schemes.*
|
||||
|
||||
* [goauth](https://github.com/alloy-d/goauth) - A Go library for doing header-based OAuth over HTTP or HTTPS. Mostly created for working with Twitter.
|
||||
* [httpauth](https://github.com/goji/httpauth) - HTTP Authentication middlewa
|
||||
* [httpauth](https://github.com/goji/httpauth) - HTTP Authentication middleware.
|
||||
* [jwt-go](https://github.com/dgrijalva/jwt-go) - Golang implementation of JSON Web Tokens (JWT).
|
||||
* [osin](https://github.com/RangelReale/osin) - Golang OAuth2 server library.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user