From a818373e2c33b7ee5e53d5c8bb190e3636561875 Mon Sep 17 00:00:00 2001 From: Simone Basso Date: Fri, 8 Jul 2022 19:49:20 +0200 Subject: [PATCH] contributing: mention go channels axioms --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 16e00d4..d20ea56 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -20,6 +20,7 @@ We use golang as our primary language for the development of OONI Probe CLI and - [Effective Go](https://go.dev/doc/effective_go) - [Go Code Review Comments](https://github.com/golang/go/wiki/CodeReviewComments) - [Concurrency](https://go.dev/blog/pipelines) and [Data races](https://go.dev/ref/mem) +- [Channels Axioms](https://dave.cheney.net/2014/03/19/channel-axioms) ## Opening issues