aboutsummaryrefslogtreecommitdiff
path: root/content/go-imagedraw-package.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/go-imagedraw-package.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/go-imagedraw-package.article')
-rw-r--r--content/go-imagedraw-package.article2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/go-imagedraw-package.article b/content/go-imagedraw-package.article
index e89ec6e..0c98560 100644
--- a/content/go-imagedraw-package.article
+++ b/content/go-imagedraw-package.article
@@ -1,6 +1,6 @@
The Go image/draw package
29 Sep 2011
-Tags: draw, image, libraries
+Tags: draw, image, libraries, technical
Nigel Tao