Update errors.sh

Changed from 10 to 7 in the output section
This commit is contained in:
Jason Beh 2021-11-16 10:15:16 +08:00 committed by GitHub
parent f09cadcbd9
commit 73fc684aa9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
$ go run errors.go $ go run errors.go
f1 worked: 10 f1 worked: 7
f1 failed: can't work with 42 f1 failed: can't work with 42
f2 worked: 10 f2 worked: 7
f2 failed: 42 - can't work with it f2 failed: 42 - can't work with it
42 42
can't work with it can't work with it