Merge pull request #1487 from andrewstuart/add-goq

Add goq - html unmarshaling with jquery struct tags
This commit is contained in:
Cássio Botaro 2017-07-07 22:20:20 -03:00 committed by GitHub
commit 737ead3dda

View File

@ -1038,6 +1038,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [gographviz](https://github.com/awalterschulze/gographviz) - Parses the Graphviz DOT language. * [gographviz](https://github.com/awalterschulze/gographviz) - Parses the Graphviz DOT language.
* [gommon/bytes](https://github.com/labstack/gommon/tree/master/bytes) - Format bytes to string. * [gommon/bytes](https://github.com/labstack/gommon/tree/master/bytes) - Format bytes to string.
* [gonameparts](https://github.com/polera/gonameparts) - Parses human names into individual name parts * [gonameparts](https://github.com/polera/gonameparts) - Parses human names into individual name parts
* [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. * [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) - A library for generating random strings from regular expressions. * [goregen](https://github.com/zach-klippenstein/goregen) - A library for generating random strings from regular expressions.
* [gotext](https://github.com/leonelquinteros/gotext) - GNU gettext utilities for Go. * [gotext](https://github.com/leonelquinteros/gotext) - GNU gettext utilities for Go.