aboutsummaryrefslogtreecommitdiff
path: root/content/json-and-go.article
diff options
context:
space:
mode:
authorAndrew Gerrand <adg@golang.org>2013-06-05 09:59:16 +1000
committerAndrew Gerrand <adg@golang.org>2013-06-05 09:59:16 +1000
commitb316fcd7ede0b8af3b3d0311fa4ba8a0f3bbeba4 (patch)
treefd68bb81a71e32a5fa56078e46963ec06ea56226 /content/json-and-go.article
parentbbba49261a91e795ba687151099924acb4dad40e (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.article2
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