From 1bd1ecd60bda29da03107180f13e6259c5f72df1 Mon Sep 17 00:00:00 2001 From: Wei He Date: Mon, 20 May 2019 21:36:39 +0900 Subject: [PATCH] add ltsv (#2521) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0913f117..315d420e 100644 --- a/README.md +++ b/README.md @@ -1505,6 +1505,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [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. + * [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. * [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.