From 59b6c37e2063c0912f53b2562227750e40575526 Mon Sep 17 00:00:00 2001 From: emersion Date: Sun, 7 May 2017 22:35:04 +0200 Subject: [PATCH] Update README.md (#1339) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index aa6d15f9..be821e23 100644 --- a/README.md +++ b/README.md @@ -1032,6 +1032,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [go-pkg-xmlx](https://github.com/jteeuwen/go-pkg-xmlx) - Extension to the standard Go XML package. Maintains a node tree that allows forward/backwards browsing and exposes some simple single/multi-node search functions. * [go-runewidth](https://github.com/mattn/go-runewidth) - Functions to get fixed width of the character or string. * [go-slugify](https://github.com/mozillazg/go-slugify) - Make pretty slug with multiple languages support. + * [go-vcard](https://github.com/emersion/go-vcard) - Parse and format vCard * [gofeed](https://github.com/mmcdole/gofeed) - Parse RSS and Atom feeds in Go * [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.