contributing: mention go channels axioms

This commit is contained in:
Simone Basso 2022-07-08 19:49:20 +02:00 committed by GitHub
parent 5501b2201a
commit a818373e2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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