]> Cypherpunks repositories - gostls13.git/commit
doc: add Defer, Panic, and Recover article
authorAndrew Gerrand <adg@golang.org>
Mon, 12 Dec 2011 02:15:29 +0000 (13:15 +1100)
committerAndrew Gerrand <adg@golang.org>
Mon, 12 Dec 2011 02:15:29 +0000 (13:15 +1100)
commit49d82b4ca1a902f5667e845e82440c83287ee633
tree996c7a2c5f357796d73aab75641614d510f90f09
parente505c9ccacdf23af84c507cef6ccff4bd62aa5b9
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 #2547

R=golang-dev, r, r
CC=golang-dev
https://golang.org/cl/5479053
doc/Makefile
doc/articles/defer_panic_recover.html [new file with mode: 0644]
doc/articles/defer_panic_recover.tmpl [new file with mode: 0644]
doc/makehtml
doc/progs/defer.go [new file with mode: 0644]
doc/progs/defer2.go [new file with mode: 0644]
doc/progs/run
doc/tmpltohtml.go