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/json-and-go.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/json-and-go.article')
-rw-r--r-- | content/json-and-go.article | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/json-and-go.article b/content/json-and-go.article index 95730a8..4a1ae36 100644 --- a/content/json-and-go.article +++ b/content/json-and-go.article @@ -1,6 +1,6 @@ JSON and Go 25 Jan 2011 -Tags: json +Tags: json, technical Andrew Gerrand |