From 2e60bf54ea7ce5ebff00afa684c459363467cfd2 Mon Sep 17 00:00:00 2001 From: Ceriath Date: Thu, 11 Apr 2019 13:58:11 +0200 Subject: [PATCH] Update README.md (#2472) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bd7edec5..abccb5ac 100644 --- a/README.md +++ b/README.md @@ -1466,6 +1466,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [go-nmea](https://github.com/adrianmo/go-nmea) - NMEA parser library for the Go language. * [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-toml](https://github.com/pelletier/go-toml) - Go library for the TOML format with query support and handy cli tools. * [go-vcard](https://github.com/emersion/go-vcard) - Parse and format vCard. * [go-zero-width](https://github.com/trubitsyn/go-zero-width) - Zero-width character detection and removal for Go. * [gofeed](https://github.com/mmcdole/gofeed) - Parse RSS and Atom feeds in Go.