From 73fc684aa995a390ec444a706bbab94fe2fc76d4 Mon Sep 17 00:00:00 2001 From: Jason Beh Date: Tue, 16 Nov 2021 10:15:16 +0800 Subject: [PATCH] Update errors.sh Changed from 10 to 7 in the output section --- examples/errors/errors.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/errors/errors.sh b/examples/errors/errors.sh index 068d606..361335c 100644 --- a/examples/errors/errors.sh +++ b/examples/errors/errors.sh @@ -1,7 +1,7 @@ $ go run errors.go -f1 worked: 10 +f1 worked: 7 f1 failed: can't work with 42 -f2 worked: 10 +f2 worked: 7 f2 failed: 42 - can't work with it 42 can't work with it