This commit is contained in:
Wei He 2019-05-20 21:36:39 +09:00 committed by Cássio Botaro
parent a533a4a173
commit 1bd1ecd60b

View File

@ -1505,6 +1505,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [guesslanguage](https://github.com/endeveit/guesslanguage) - Functions to determine the natural language of a unicode text.
* [htmlquery](https://github.com/antchfx/htmlquery) - An XPath query package for HTML, lets you extract data or evaluate from HTML documents by an XPath expression.
* [inject](https://github.com/facebookgo/inject) - Package inject provides a reflect based injector.
* [ltsv](https://github.com/Wing924/ltsv) - High performance [LTSV (Labeled Tab Separeted Value)](http://ltsv.org/) reader for Go.
* [mxj](https://github.com/clbanning/mxj) - Encode / decode XML as JSON or map[string]interface{}; extract values with dot-notation paths and wildcards. Replaces x2j and j2x packages.
* [sdp](https://github.com/gortc/sdp) - SDP: Session Description Protocol [[RFC 4566](https://tools.ietf.org/html/rfc4566)].
* [sh](https://github.com/mvdan/sh) - Shell parser and formatter.