From 87329dead33a730c930ba63d7407f3f91078ff5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lincoln=20J=C3=BAnior?= <99145408+lincolnjpg@users.noreply.github.com> Date: Mon, 28 Nov 2022 15:43:57 -0300 Subject: [PATCH] add google's go style guide (#4620) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f45e894f..43d8e382 100644 --- a/README.md +++ b/README.md @@ -3354,6 +3354,7 @@ _Where to discover new Go libraries._ - [bahlo/go-styleguide](https://github.com/bahlo/go-styleguide) - [CockroachDB](https://github.com/cockroachdb/cockroach/blob/master/docs/style.md) - [GitLab](https://docs.gitlab.com/ee/development/go_guide/) +- [Google](https://google.github.io/styleguide/go/) - [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)