From e70b02b204993d9472676554485a30c16ba0116f Mon Sep 17 00:00:00 2001 From: Lea Anthony Date: Mon, 14 Jan 2019 22:12:27 +1100 Subject: [PATCH] Add Slicer (#2323) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1681a6d1..e53df7cb 100644 --- a/README.md +++ b/README.md @@ -1550,6 +1550,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [retry-go](https://github.com/rafaeljesus/retry-go) - Retrying made simple and easy for golang. * [robustly](https://github.com/VividCortex/robustly) - Runs functions resiliently, catching and restarting panics. * [scheduler](https://github.com/carlescere/scheduler) - Cronjobs scheduling made easy. +* [slicer](https://github.com/leaanthony/slicer) - Makes working with slices easier. * [spinner](https://github.com/briandowns/spinner) - Go package to easily provide a terminal spinner with options. * [sqlx](https://github.com/jmoiron/sqlx) - provides a set of extensions on top of the excellent built-in database/sql package. * [sslice](https://github.com/yaa110/sslice) - Create a slice which is always sorted.