From a72bc52fdaba1df1d7c43e53309d4625f234c47e Mon Sep 17 00:00:00 2001 From: Andrew Stuart Date: Fri, 7 Jul 2017 15:43:22 -0700 Subject: [PATCH] Add goq - html unmarshaling with jquery struct tags --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cd84f667..a9b76fca 100644 --- a/README.md +++ b/README.md @@ -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. * [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 + * [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) - A library for generating random strings from regular expressions. * [gotext](https://github.com/leonelquinteros/gotext) - GNU gettext utilities for Go.