From 7406a31df21d6a59405a1894eaa8d1d52d1d9490 Mon Sep 17 00:00:00 2001 From: Babiv Sergey Date: Fri, 19 Oct 2018 05:31:50 +0300 Subject: [PATCH] xml2map (#2173) XML to MAP converter written Golang https://github.com/sbabiv/xml2map --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 32fac69d..ace55666 100644 --- a/README.md +++ b/README.md @@ -1668,7 +1668,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [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. - +* [xml2map](https://github.com/sbabiv/xml2map) - XML to MAP converter written Golang # Tools *Go software and plugins.*