From 9d6c9b61b020478cc7505d0ee23bc8fdfb24f4c0 Mon Sep 17 00:00:00 2001 From: ialidzhikov Date: Sun, 14 Apr 2019 21:35:42 +0300 Subject: [PATCH] Add gardenctl to projects build using Cobra Signed-off-by: ialidzhikov --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ff16e3f6..21e60b52 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ Many of the most widely used Go projects are built using Cobra, such as: [Istio](https://istio.io), [Prototool](https://github.com/uber/prototool), [mattermost-server](https://github.com/mattermost/mattermost-server), +[Gardener](https://github.com/gardener/gardenctl), etc. [![Build Status](https://travis-ci.org/spf13/cobra.svg "Travis CI status")](https://travis-ci.org/spf13/cobra)