From cb96db695b83c868b11c8b27ab20e0bd48e77686 Mon Sep 17 00:00:00 2001 From: Martin Czygan <53705+miku@users.noreply.github.com> Date: Wed, 3 Apr 2019 16:50:09 +0200 Subject: [PATCH] add miku/zek (#2372) * add miku/zek * fix order --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f69779e..b2e64e9c 100644 --- a/README.md +++ b/README.md @@ -1824,10 +1824,12 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis *Libraries and tools for manipulating XML.* * [XML-Comp](https://github.com/xml-comp/xml-comp) - Simple command line XML comparer that generates diffs of folders, files and tags. +* [xml2map](https://github.com/sbabiv/xml2map) - XML to MAP converter written Golang. * [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. +* [zek](https://github.com/miku/zek) - Generate a Go struct from XML. + # Tools *Go software and plugins.*