From d1d8940429cb5c07086041ef7f0eeadbbfca406d Mon Sep 17 00:00:00 2001 From: foolin Date: Sun, 10 May 2020 10:09:02 +0800 Subject: [PATCH] Add [pagser] project to Text Processing (#3056) * Add [pagser] project to Text Processing * Update the pagser description * Update pagser description --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 69d0b381..27942270 100644 --- a/README.md +++ b/README.md @@ -1717,6 +1717,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [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. + * [pagser](https://github.com/foolin/pagser) - Pagser is a simple, extensible, configurable parse and deserialize html page to struct based on goquery and struct tags for golang crawler. * [podcast](https://github.com/eduncan911/podcast) - iTunes Compliant and RSS 2.0 Podcast Generator in Golang * [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.