From fe0738ab22a8b2c6d3aabff6d5f0d73047fc0d9f Mon Sep 17 00:00:00 2001 From: Navid Date: Sat, 17 Nov 2018 12:40:30 +0330 Subject: [PATCH] Add sslice package (#2232) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a894407a..c9a19cb4 100644 --- a/README.md +++ b/README.md @@ -1521,6 +1521,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [sling](https://github.com/dghubble/sling) - Go HTTP requests builder for API clients. * [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. * [Storm](https://github.com/asdine/storm) - Simple and powerful toolkit for BoltDB. * [structs](https://github.com/PumpkinSeed/structs) - Implement simple functions to manipulate structs. * [Task](https://github.com/go-task/task) - simple "Make" alternative.