From 720deee8c693edc3c61e85d7795959cef2b7de7e Mon Sep 17 00:00:00 2001 From: Elton Minetto Date: Fri, 4 Feb 2022 15:39:28 -0300 Subject: [PATCH] Add Trybe's style guide (#4022) * Add Trybe's style guide --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 46a38bd5..7082c413 100644 --- a/README.md +++ b/README.md @@ -3094,6 +3094,7 @@ _**Unofficial** set of patterns for structuring projects._ * [Magnetico](https://github.com/boramalper/magnetico/wiki/magnetico-Design-Specification) * [Sourcegraph](https://about.sourcegraph.com/handbook/engineering/go_style_guide) * [Thanos](https://thanos.io/tip/contributing/coding-style-guide.md/) +* [Trybe](https://github.com/betrybe/playbook-go/blob/main/README_EN.md) * [Uber](https://github.com/uber-go/guide/blob/master/style.md) **[⬆ back to top](#contents)**