From 050c25f6b74809d9c0ae5cf15b41d0ad42d00368 Mon Sep 17 00:00:00 2001 From: Elton Souza Date: Wed, 3 Oct 2018 15:54:28 -0300 Subject: [PATCH] Add htmlquery (#2130) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 364164bc..50a0cb57 100644 --- a/README.md +++ b/README.md @@ -1282,6 +1282,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [goregen](https://github.com/zach-klippenstein/goregen) - Library for generating random strings from regular expressions. * [gotext](https://github.com/leonelquinteros/gotext) - GNU gettext utilities for Go. * [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. * [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)].