add xquery package (#1351)

This commit is contained in:
zhengchun 2017-05-08 04:32:57 +08:00 committed by Thiago Avelino
parent 97b8af9727
commit 6bdef3bd09

View File

@ -1046,6 +1046,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [slug](https://github.com/gosimple/slug) - URL-friendly slugify with multiple languages support.
* [Slugify](https://github.com/avelino/slugify) - A Go slugify application that handles string.
* [toml](https://github.com/BurntSushi/toml) - TOML configuration format (encoder/decoder with reflection).
* [xquery](https://github.com/antchfx/xquery) - XQuery lets you extract data from HTML/XML documents using XPath expression.
* Utility
* [gotabulate](https://github.com/bndr/gotabulate) - Easily pretty-print your tabular data with Go.
* [kace](https://github.com/codemodus/kace) - Common case conversions covering common initialisms.