mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
added subtitle to "Text Processing"
This commit is contained in:
parent
a5173cbd11
commit
9f84eb9cfa
@ -348,6 +348,8 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
|
|||||||
|
|
||||||
## Text Processing
|
## Text Processing
|
||||||
|
|
||||||
|
*Libraries for parsing and manipulating texts.*
|
||||||
|
|
||||||
* Specific Formats
|
* Specific Formats
|
||||||
* [blackfriday](https://github.com/russross/blackfriday) - Markdown processor in Go
|
* [blackfriday](https://github.com/russross/blackfriday) - Markdown processor in Go
|
||||||
* [github_flavored_markdown](http://godoc.org/github.com/shurcooL/go/github_flavored_markdown) - GitHub Flavored Markdown renderer in Go.
|
* [github_flavored_markdown](http://godoc.org/github.com/shurcooL/go/github_flavored_markdown) - GitHub Flavored Markdown renderer in Go.
|
||||||
@ -410,6 +412,8 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
|
|||||||
|
|
||||||
### Middlewares
|
### Middlewares
|
||||||
|
|
||||||
|
*Libraries for creating HTTP middlewares.*
|
||||||
|
|
||||||
* [alice](https://github.com/justinas/alice) - Painless middleware chaining for Go.
|
* [alice](https://github.com/justinas/alice) - Painless middleware chaining for Go.
|
||||||
* [muxchain](https://github.com/stephens2424/muxchain) - Lightweight middleware for net/http.
|
* [muxchain](https://github.com/stephens2424/muxchain) - Lightweight middleware for net/http.
|
||||||
* [negroni](https://github.com/codegangsta/negroni) - Idiomatic HTTP Middleware for Golang.
|
* [negroni](https://github.com/codegangsta/negroni) - Idiomatic HTTP Middleware for Golang.
|
||||||
|
Loading…
Reference in New Issue
Block a user