Update README.md (#2775)

This commit is contained in:
zhshch2002 2019-10-14 16:25:10 +08:00 committed by Avelino
parent 42f657b926
commit 1336fb531d

View File

@ -1603,6 +1603,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [goq](https://github.com/andrewstuart/goq) - Declarative unmarshaling of HTML using struct tags with jQuery syntax (uses GoQuery).
* [GoQuery](https://github.com/PuerkitoBio/goquery) - GoQuery brings a syntax and a set of features similar to jQuery to the Go language.
* [goregen](https://github.com/zach-klippenstein/goregen) - Library for generating random strings from regular expressions.
* [goribot](https://github.com/zhshch2002/goribot) - A simple golang spider/scraping framework,build a spider in 3 lines.
* [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.