From 392e9afcd18a3d06fd311e2325d7992dddc6f085 Mon Sep 17 00:00:00 2001 From: Viet Hung Nguyen Date: Sat, 2 Sep 2017 00:28:21 +0700 Subject: [PATCH] Reorder, midlewares and router should be under Web Frameworks section (#1565) --- README.md | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 8901c5ef..9b904341 100644 --- a/README.md +++ b/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. * [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 #### 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. * [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 *Go software and plugins.*