diff options
author | Andrew Gerrand <adg@golang.org> | 2013-12-13 09:50:00 +1100 |
---|---|---|
committer | Andrew Gerrand <adg@golang.org> | 2013-12-13 09:50:00 +1100 |
commit | a7c147ccd8987d177aa935a58bc21c2fbda791d5 (patch) | |
tree | 03fb149413cd276dffe266a638b505b175775a56 /content | |
parent | c7a7ecad260d219c1b693f8d76238a36ba514d71 (diff) |
go.blog: add tags to articles that have none
R=golang-dev, dave
https://golang.org/cl/41550043
Diffstat (limited to 'content')
-rw-r--r-- | content/4years.article | 1 | ||||
-rw-r--r-- | content/go12.article | 1 | ||||
-rw-r--r-- | content/normalization.article | 1 | ||||
-rw-r--r-- | content/playground.article | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/content/4years.article b/content/4years.article index 5c29850..fcbb30d 100644 --- a/content/4years.article +++ b/content/4years.article @@ -1,5 +1,6 @@ Four years of Go 10 Nov 2013 +Tags: community, birthday Andrew Gerrand diff --git a/content/go12.article b/content/go12.article index 0ab1651..eb99788 100644 --- a/content/go12.article +++ b/content/go12.article @@ -1,5 +1,6 @@ Go 1.2 is released 1 Dec 2013 +Tags: release Andrew Gerrand diff --git a/content/normalization.article b/content/normalization.article index ec2efcb..f53b09f 100644 --- a/content/normalization.article +++ b/content/normalization.article @@ -1,5 +1,6 @@ Text normalization in Go 26 Nov 2013 +Tags: strings, bytes, runes, characters Marcel van Lohuizen diff --git a/content/playground.article b/content/playground.article index 7e437a5..5e22f37 100644 --- a/content/playground.article +++ b/content/playground.article @@ -1,5 +1,6 @@ Inside the Go Playground 12 Dec 2013 +Tags: playground Andrew Gerrand |