From a1ab9bd29b488811cf58c99887d55c93a8789df2 Mon Sep 17 00:00:00 2001 From: Dave Henderson Date: Sun, 10 Nov 2019 13:44:47 -0500 Subject: [PATCH] Add gomplate to list of projects using Cobra --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 834f2878..c62366a2 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ Many of the most widely used Go projects are built using Cobra, such as: [mattermost-server](https://github.com/mattermost/mattermost-server), [Gardener](https://github.com/gardener/gardenctl), [Linkerd](https://linkerd.io/), +[gomplate](https://github.com/hairyhenderson/gomplate/), etc. [![Build Status](https://travis-ci.org/spf13/cobra.svg "Travis CI status")](https://travis-ci.org/spf13/cobra)