mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
Reorder, midlewares and router should be under Web Frameworks section (#1565)
This commit is contained in:
parent
dcc75f8ed3
commit
392e9afcd1
30
README.md
30
README.md
@ -1342,21 +1342,6 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
|
|||||||
* [YARF](https://github.com/yarf-framework/yarf) - Fast micro-framework designed to build REST APIs and web services in a fast and simple way.
|
* [YARF](https://github.com/yarf-framework/yarf) - Fast micro-framework designed to build REST APIs and web services in a fast and simple way.
|
||||||
* [Zerver](https://github.com/cosiner/zerver) - Zerver is an expressive, modular, feature completed RESTful framework.
|
* [Zerver](https://github.com/cosiner/zerver) - Zerver is an expressive, modular, feature completed RESTful framework.
|
||||||
|
|
||||||
## Windows
|
|
||||||
|
|
||||||
* [d3d9](https://github.com/gonutz/d3d9) - Go bindings for Direct3D9.
|
|
||||||
* [go-ole](https://github.com/go-ole/go-ole) - Win32 OLE implementation for golang.
|
|
||||||
|
|
||||||
## XML
|
|
||||||
|
|
||||||
*Libraries and tools for manipulating XML.*
|
|
||||||
|
|
||||||
* [go-pkg-xmlx](https://github.com/jteeuwen/go-pkg-xmlx) - Extension to the standard Go XML package. Maintains a node tree that allows forward/backwards browsing and exposes some simple single/multi-node search functions.
|
|
||||||
* [XML-Comp](https://github.com/xml-comp/xml-comp) - Simple command line XML comparer that generates diffs of folders, files and tags.
|
|
||||||
* [xmlwriter](https://github.com/shabbyrobe/xmlwriter) - Procedural XML generation API based on libxml2's xmlwriter module.
|
|
||||||
* [xpath](https://github.com/antchfx/xpath) - XPath package for Go.
|
|
||||||
* [xquery](https://github.com/antchfx/xquery) - XQuery lets you extract data from HTML/XML documents using XPath expression.
|
|
||||||
|
|
||||||
### Middlewares
|
### Middlewares
|
||||||
|
|
||||||
#### Actual middlewares
|
#### Actual middlewares
|
||||||
@ -1406,6 +1391,21 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
|
|||||||
* [xmux](https://github.com/rs/xmux) - High performance muxer based on `httprouter` with `net/context` support.
|
* [xmux](https://github.com/rs/xmux) - High performance muxer based on `httprouter` with `net/context` support.
|
||||||
* [zeus](https://github.com/daryl/zeus) - Very simple and fast HTTP router for Go.
|
* [zeus](https://github.com/daryl/zeus) - Very simple and fast HTTP router for Go.
|
||||||
|
|
||||||
|
## Windows
|
||||||
|
|
||||||
|
* [d3d9](https://github.com/gonutz/d3d9) - Go bindings for Direct3D9.
|
||||||
|
* [go-ole](https://github.com/go-ole/go-ole) - Win32 OLE implementation for golang.
|
||||||
|
|
||||||
|
## XML
|
||||||
|
|
||||||
|
*Libraries and tools for manipulating XML.*
|
||||||
|
|
||||||
|
* [go-pkg-xmlx](https://github.com/jteeuwen/go-pkg-xmlx) - Extension to the standard Go XML package. Maintains a node tree that allows forward/backwards browsing and exposes some simple single/multi-node search functions.
|
||||||
|
* [XML-Comp](https://github.com/xml-comp/xml-comp) - Simple command line XML comparer that generates diffs of folders, files and tags.
|
||||||
|
* [xmlwriter](https://github.com/shabbyrobe/xmlwriter) - Procedural XML generation API based on libxml2's xmlwriter module.
|
||||||
|
* [xpath](https://github.com/antchfx/xpath) - XPath package for Go.
|
||||||
|
* [xquery](https://github.com/antchfx/xquery) - XQuery lets you extract data from HTML/XML documents using XPath expression.
|
||||||
|
|
||||||
# Tools
|
# Tools
|
||||||
|
|
||||||
*Go software and plugins.*
|
*Go software and plugins.*
|
||||||
|
Loading…
Reference in New Issue
Block a user