From bba45558badd1ec68b11db3b59acd9a73c1a6186 Mon Sep 17 00:00:00 2001 From: Teiva Harsanyi Date: Wed, 17 Aug 2022 16:24:24 +0200 Subject: [PATCH] Community --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 29fd249..af2c53d 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Source code and community space of [100 Go Mistakes and How to Avoid Them](https ## Common Go Mistakes -🌎 This section contains the 100 mistakes in the book. However, it's also a section open to the community. If you believe that a mistake should be added, please create a [community mistake issue](https://github.com/teivah/100-go-mistakes/issues/new?assignees=&labels=community+mistake&template=community_mistake.md&title=). You can check the community propositions [here](https://github.com/teivah/100-go-mistakes/issues?q=is%3Aopen+is%3Aissue+label%3A%22community+mistake%22) and vote using the 👍 or the 👎 reaction on the issue itself. If an issue reaches a significant ratio, it will be added to the corresponding section below. +🌎 This section contains the 100 mistakes in the book. However, it's also a section open to the community. If you believe that a mistake should be added, please create a [community mistake issue](https://github.com/teivah/100-go-mistakes/issues/new?assignees=&labels=community+mistake&template=community_mistake.md&title=). You can check the community propositions [here](https://github.com/teivah/100-go-mistakes/issues?q=is%3Aopen+is%3Aissue+label%3A%22community+mistake%22) and vote using the 👍 or the 👎 reactions on the issue itself. If an issue reaches a significant ratio, it will be added to the corresponding section below. * [Code and Project Organization](#code-and-project-organization) * [Data Types](#data-types)