diff options
author | Andrew Gerrand <adg@golang.org> | 2013-06-05 09:59:16 +1000 |
---|---|---|
committer | Andrew Gerrand <adg@golang.org> | 2013-06-05 09:59:16 +1000 |
commit | b316fcd7ede0b8af3b3d0311fa4ba8a0f3bbeba4 (patch) | |
tree | fd68bb81a71e32a5fa56078e46963ec06ea56226 /content/advanced-go-concurrency-patterns.article | |
parent | bbba49261a91e795ba687151099924acb4dad40e (diff) |
go.blog: update tags
This makes the articles cross-reference each other better.
In particular, I added the "technical" tag for in-depth technical
posts.
R=bradfitz, r
CC=golang-dev
https://golang.org/cl/9960043
Diffstat (limited to 'content/advanced-go-concurrency-patterns.article')
-rw-r--r-- | content/advanced-go-concurrency-patterns.article | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/advanced-go-concurrency-patterns.article b/content/advanced-go-concurrency-patterns.article index 4d4fcd0..c18636b 100644 --- a/content/advanced-go-concurrency-patterns.article +++ b/content/advanced-go-concurrency-patterns.article @@ -1,5 +1,6 @@ Advanced Go Concurrency Patterns 23 May 2013 +Tags: talk, video, concurrency Andrew Gerrand |