From 9ef3a589ff0aa22ae05244a10f9e7b959f8db166 Mon Sep 17 00:00:00 2001 From: Phani Rithvij Date: Mon, 21 Dec 2020 00:36:38 +0530 Subject: [PATCH] remove 'r' (#3405) https://github.com/is5/r and https://github.com/is5 give 404 --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index fc154a14..7497569c 100644 --- a/README.md +++ b/README.md @@ -2019,7 +2019,6 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [pgo](https://github.com/arthurkushman/pgo) - Convenient functions for PHP community. * [pm](https://github.com/VividCortex/pm) - Process (i.e. goroutine) manager with an HTTP API. * [ptr](https://github.com/gotidy/ptr) - Package that provide functions for simplified creation of pointers from constants of basic types. -* [r](https://github.com/is5/r) - Python-like `range()` experience for Go. * [rclient](https://github.com/zpatrick/rclient) - Readable, flexible, simple-to-use client for REST APIs. * [realize](https://github.com/tockins/realize) - Go build system with file watchers and live reload. Run, build and watch file changes with custom paths. * [repeat](https://github.com/ssgreg/repeat) - Go implementation of different backoff strategies useful for retrying operations and heartbeating.