diff options
author | Russ Cox <rsc@golang.org> | 2016-11-10 08:52:53 -0500 |
---|---|---|
committer | Russ Cox <rsc@golang.org> | 2016-11-10 13:53:29 +0000 |
commit | bb77baed8c19151028faf4eaa9622b4083e90e2e (patch) | |
tree | 3a3366811b4d3ae5a444df6d662dea1669b36b78 /content/7years.article | |
parent | aeb3eb7786f391310f7a15073f4ee427e02d49bf (diff) |
content: fix 7years typo
Change-Id: Ie5f89b8763f473d38e9dc83e0793a9e161aa546d
Reviewed-on: https://go-review.googlesource.com/33023
Run-TryBot: Russ Cox <rsc@golang.org>
Reviewed-by: Russ Cox <rsc@golang.org>
Diffstat (limited to 'content/7years.article')
-rw-r--r-- | content/7years.article | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/7years.article b/content/7years.article index e44bea2..8c7f545 100644 --- a/content/7years.article +++ b/content/7years.article @@ -30,7 +30,7 @@ And we’ve developed new garbage-collection techniques that reduce typical “stop the world” pauses to [[https://golang.org/design/17503-eliminate-rescan][under 100 microseconds]]. (Contrast that with Go 1.5’s big news of [[https://blog.golang.org/go15gc][10 milliseconds or less]].) -This year kicked off with the a global Go hackathon, +This year kicked off with a global Go hackathon, the [[https://blog.golang.org/gophergala][Gopher Gala]], in January. Then there were [[https://golang.org/wiki/Conferences][Go conferences]] in India and Dubai in February, China and Japan in April, San Francisco in May, Denver in July, |