From 0ddeb7bac7c65a4b7e62b8c463e329c4ad161bbe Mon Sep 17 00:00:00 2001 From: Mark McGranaghan Date: Thu, 1 Nov 2012 08:25:00 -0700 Subject: [PATCH] redundant --- examples/errors/errors.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/errors/errors.sh b/examples/errors/errors.sh index a04563b..068d606 100644 --- a/examples/errors/errors.sh +++ b/examples/errors/errors.sh @@ -7,4 +7,4 @@ f2 failed: 42 - can't work with it 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. +# on the Go blog for more on error handling.