Adding Mattermost as Go project that is built using Cobra

This commit is contained in:
joshuabezaleel 2019-02-13 22:33:44 +07:00
parent 7547e83b2d
commit 51107bf5ae

View file

@ -21,6 +21,7 @@ Many of the most widely used Go projects are built using Cobra including:
* [rclone](http://rclone.org/) * [rclone](http://rclone.org/)
* [nehm](https://github.com/bogem/nehm) * [nehm](https://github.com/bogem/nehm)
* [Pouch](https://github.com/alibaba/pouch) * [Pouch](https://github.com/alibaba/pouch)
* [Mattermost](https://github.com/mattermost) ([mattermost-server](https://github.com/mattermost))
[![Build Status](https://travis-ci.org/spf13/cobra.svg "Travis CI status")](https://travis-ci.org/spf13/cobra) [![Build Status](https://travis-ci.org/spf13/cobra.svg "Travis CI status")](https://travis-ci.org/spf13/cobra)
[![CircleCI status](https://circleci.com/gh/spf13/cobra.png?circle-token=:circle-token "CircleCI status")](https://circleci.com/gh/spf13/cobra) [![CircleCI status](https://circleci.com/gh/spf13/cobra.png?circle-token=:circle-token "CircleCI status")](https://circleci.com/gh/spf13/cobra)