From 1a5e51158cc2768e9f100a2b5536243118588194 Mon Sep 17 00:00:00 2001 From: Jay Gabriels Date: Thu, 14 Jun 2018 02:07:25 -0700 Subject: [PATCH] add ghorg (#1974) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c048b6df..515784af 100644 --- a/README.md +++ b/README.md @@ -833,6 +833,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [conv](https://github.com/cstockton/go-conv) - Package conv provides fast and intuitive conversions across Go types. * [datacounter](https://github.com/miolini/datacounter) - Go counters for readers/writer/http.ResponseWriter. * [errors](https://github.com/pkg/errors) - Package that provides simple error handling primitives. +* [ghorg](https://github.com/gabrie30/ghorg) - Clone all repos from a GitHub org into a single directory. * [go-chat-bot](https://github.com/go-chat-bot/bot) - IRC, Slack & Telegram bot written in Go. * [go-commons-pool](https://github.com/jolestar/go-commons-pool) - Generic object pool for Golang. * [go-multierror](https://github.com/hashicorp/go-multierror) - Go (golang) package for representing a list of errors as a single error.