From 15777753e25f63429d87fef40e694b6f566c88af Mon Sep 17 00:00:00 2001 From: Maciej Augustyniak Date: Sat, 19 Oct 2019 21:25:04 +0200 Subject: [PATCH] Removed unmaintained abutil (#2787) --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index c829cb0c..d8298ca9 100644 --- a/README.md +++ b/README.md @@ -1717,7 +1717,6 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis *General utilities and tools to make your life easier.* -* [abutil](https://github.com/bahlo/abutil) - Collection of often-used Golang helpers. * [apm](https://github.com/topfreegames/apm) - Process manager for Golang applications with an HTTP API. * [backscanner](https://github.com/icza/backscanner) - A scanner similar to bufio.Scanner, but it reads and returns lines in reverse order, starting at a given position and going backward. * [blank](https://github.com/Henry-Sarabia/blank) - Verify or remove blanks and whitespace from strings.