]> Cypherpunks repositories - gostls13.git/commit
doc: add Error Handling article
authorAndrew Gerrand <adg@golang.org>
Mon, 12 Dec 2011 22:44:06 +0000 (09:44 +1100)
committerAndrew Gerrand <adg@golang.org>
Mon, 12 Dec 2011 22:44:06 +0000 (09:44 +1100)
commitc400a0b7db53940ca1ddcafcfd83c55631e214ce
tree69fe0285bdbccce9f43e59672807b5fe2917102f
parent06a9bc683518552991820581cb8a4cf5e6978d47
doc: add Error Handling article

Originally published on The Go Programming Language Blog, July 12, 2011.

http://blog.golang.org/2011/07/error-handling-and-go.html

Update #2547

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/5475060
doc/Makefile
doc/articles/error_handling.html [new file with mode: 0644]
doc/articles/error_handling.tmpl [new file with mode: 0644]
doc/progs/error.go [new file with mode: 0644]
doc/progs/error2.go [new file with mode: 0644]
doc/progs/error3.go [new file with mode: 0644]
doc/progs/error4.go [new file with mode: 0644]
doc/progs/run