From 7d271ee3f9bf1f75bc15c1862d0d8c9389b3875d Mon Sep 17 00:00:00 2001 From: Chris Stockton Date: Thu, 24 Nov 2016 13:02:56 -0700 Subject: [PATCH] Add package conv to Miscellaneous category. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f2a48e62..89c764d8 100644 --- a/README.md +++ b/README.md @@ -622,6 +622,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [battery](https://github.com/distatus/battery) - A cross-platform, normalized battery information library. * [bitio](https://github.com/icza/bitio) - Highly optimized bit-level Reader and Writer for Go. * [browscap_go](https://github.com/digitalcrab/browscap_go) - GoLang Library for [Browser Capabilities Project](http://browscap.org/). +* [conv](https://github.com/cstockton/go-conv) - Package conv provides fast and intuitive conversions across Go types. * [datacounter](https://github.com/miolini/datacounter) - Go counters for readers/writer/http.ResponseWriter. * [errors](https://github.com/pkg/errors) - A package that provides simple error handling primitives. * [go-chat-bot](https://github.com/go-chat-bot/bot) - IRC, Slack & Telegram bot written in Go.