aboutsummaryrefslogtreecommitdiff
path: root/content/first-go-program.article
diff options
context:
space:
mode:
Diffstat (limited to 'content/first-go-program.article')
-rw-r--r--content/first-go-program.article2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/first-go-program.article b/content/first-go-program.article
index de0507f..2e25b14 100644
--- a/content/first-go-program.article
+++ b/content/first-go-program.article
@@ -1,7 +1,7 @@
# The first Go program
18 Jul 2013
Tags: history
-Summary: Brad Fitzpatrick and I (Andrew Gerrand) recently started restructuring [godoc](https://golang.org/cmd/godoc/), and it occurred to me that it is one of the oldest Go programs. Robert Griesemer started writing it back in early 2009, and we're still using it today.
+Summary: Rob Pike dug up the first Go program ever written.
Andrew Gerrand