aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 e972ed1..3e31585 100644
--- a/content/first-go-program.article
+++ b/content/first-go-program.article
@@ -117,7 +117,7 @@ For instance, Rob called his method receivers `this`, but now we use shorter
context-specific names. There are hundreds of more significant examples
and to this day we're still discovering better ways to write Go code.
(Check out the [[https://github.com/golang/glog][glog package]]'s clever trick for
-[[https://github.com/golang/glog/blob/master/glog.go#L854][handling verbosity levels]].)
+[[https://github.com/golang/glog/blob/c6f9652c7179652e2fd8ed7002330db089f4c9db/glog.go#L893][handling verbosity levels]].)
I wonder what we'll learn tomorrow.