From 648f58d303e9efef2cf9954f9959b164cba07374 Mon Sep 17 00:00:00 2001 From: Damian Gryski Date: Wed, 22 Jul 2020 16:24:25 -0700 Subject: [PATCH] Style Guides: add section from dgryski/awesome-go-style (#3178) --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 5928b626..65350553 100644 --- a/README.md +++ b/README.md @@ -106,6 +106,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a - [E-Books](#e-books) - [Gophers](#gophers) - [Meetups](#meetups) + - [Style Guides](#style-guides) - [Twitter](#twitter) - [Websites](#websites) - [Tutorials](#tutorials) @@ -2518,6 +2519,18 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis *Add the group of your city/country here (send **PR**)* +## Style Guides + +* [bahlo/go-styleguide](https://github.com/bahlo/go-styleguide) +* [CockroachDB](https://github.com/cockroachdb/cockroach/blob/master/docs/style.md) +* [Edge X Foundry](https://wiki.edgexfoundry.org/display/FA/Contributor%27s+Guide+-+Go+Lang) +* [GitLab](https://docs.gitlab.com/ee/development/go_guide/) +* [Hyperledger](https://github.com/hyperledger/fabric/blob/release-1.4/docs/source/style-guides/go-style.rst) +* [Magnetico](https://github.com/boramalper/magnetico/wiki/magnetico-Design-Specification) +* [Sourcegraph](https://about.sourcegraph.com/handbook/engineering/go_style_guide) +* [Thanos](https://thanos.io/contributing/coding-style-guide.md/) +* [Uber](https://github.com/uber-go/guide/blob/master/style.md) + ## Social Media ### Twitter