From 9eb9f5c66b643a25cb4c468e3a585c4d3a31c689 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 8a9ace4c..bce0fa7a 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)