From f1777ea20649675f81fc18323ddfb8406892e953 Mon Sep 17 00:00:00 2001 From: Mark McGranaghan Date: Thu, 1 Nov 2012 08:23:58 -0700 Subject: [PATCH] actually include errors.sh --- examples/errors.sh | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 examples/errors.sh diff --git a/examples/errors.sh b/examples/errors.sh deleted file mode 100644 index a04563b..0000000 --- a/examples/errors.sh +++ /dev/null @@ -1,10 +0,0 @@ -$ go run errors.go -f1 worked: 10 -f1 failed: can't work with 42 -f2 worked: 10 -f2 failed: 42 - can't work with it -42 -can't work with it - -# See this [great post](http://blog.golang.org/2011/07/error-handling-and-go.html) -# on the Go blog for more on error handling in Go.