diff options
author | Andrew Gerrand <adg@golang.org> | 2011-12-12 13:15:29 +1100 |
---|---|---|
committer | Andrew Gerrand <adg@golang.org> | 2011-12-12 13:15:29 +1100 |
commit | 7ce2a40ffac8cfb504a06a70ffd7eee6379cfdb2 (patch) | |
tree | f5c14c2c1b67c51efa7cbf72e6dc9d307fa3152c /doc/Makefile | |
parent | 1565e48b4f9a56477c59b95c79c37a69f5a99a97 (diff) | |
download | go-7ce2a40ffac8cfb504a06a70ffd7eee6379cfdb2.tar.gz |
doc: add Defer, Panic, and Recover article
Originally published on The Go Programming Language Blog, August 4 2010.
http://blog.golang.org/2010/08/defer-panic-and-recover.html
Update issue 2547
R=golang-dev, r, r
CC=golang-dev
http://codereview.appspot.com/5479053
Diffstat (limited to 'doc/Makefile')
-rw-r--r-- | doc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile b/doc/Makefile index 4e8ba08c1..f65e538d9 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -8,7 +8,7 @@ TARG=tmpltohtml GOFILES=\ tmpltohtml.go\ -all: tmpltohtml go_tutorial.html effective_go.html go1.html +all: tmpltohtml go_tutorial.html effective_go.html go1.html articles/defer_panic_recover.html %.html: %.tmpl tmpltohtml ./makehtml $*.tmpl |