From 7db77bfece5e627686a7b222b00122334e6558f9 Mon Sep 17 00:00:00 2001 From: Tobias Salzmann <796084+Eun@users.noreply.github.com> Date: Tue, 24 Mar 2020 10:04:06 +0100 Subject: [PATCH] add github.com/Eun/go-convert (#2947) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * add github.com/Eun/go-convert * duh 🤦‍♂️ * moved to Utilities --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 93bc51e3..c74f9a05 100644 --- a/README.md +++ b/README.md @@ -1834,6 +1834,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [go-astitodo](https://github.com/asticode/go-astitodo) - Parse TODOs in your GO code. * [go-bind-plugin](https://github.com/wendigo/go-bind-plugin) - go:generate tool for wrapping symbols exported by golang plugins (1.8 only). * [go-bsdiff](https://github.com/gabstv/go-bsdiff) - Pure Go bsdiff and bspatch libraries and CLI tools. +* [go-convert](https://github.com/Eun/go-convert) - Package go-convert enbles you to convert a value into another type. * [go-dry](https://github.com/ungerik/go-dry) - DRY (don't repeat yourself) package for Go. * [go-funk](https://github.com/thoas/go-funk) - Modern Go utility library which provides helpers (map, find, contains, filter, chunk, reverse, ...). * [go-health](https://github.com/Talento90/go-health) - Health package simplifies the way you add health check to your services.