From ffd26e45c808aa236f162f76d696170e31d520a4 Mon Sep 17 00:00:00 2001 From: Yesudeep Mangalapilly Date: Mon, 3 Aug 2015 20:56:45 +0530 Subject: [PATCH] An excellent article about how to design Go APIs that use channels. --- LearnConcurrency.md | 1 + 1 file changed, 1 insertion(+) diff --git a/LearnConcurrency.md b/LearnConcurrency.md index e1cd6927..a299b540 100644 --- a/LearnConcurrency.md +++ b/LearnConcurrency.md @@ -36,3 +36,4 @@ This page links to resources for learning about concurrency in Go. The items ar - Read [Go Concurrency Patterns: Context](http://blog.golang.org/context) - Study [The Go Memory Model](https://golang.org/ref/mem) - Study [Package atomic](https://golang.org/pkg/sync/atomic/) +- Read [Principles of Designing Go APIs with Channels](https://inconshreveable.com/07-08-2014/principles-of-designing-go-apis-with-channels/) \ No newline at end of file