Skip to content

Commit 8281d61

Browse files
committed
fix #443
1 parent 1808254 commit 8281d61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pointers-and-errors.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ With our career in fintech secured, run the test suite and bask in the passing t
9999

100100
`wallet_test.go:15: got 0 want 10`
101101

102-
### ????
102+
### That's not quite right
103103

104104
Well this is confusing, our code looks like it should work.
105105
We add the new amount onto our balance and then the balance method should return the current state of it.
@@ -586,7 +586,7 @@ There is one scenario we have not tested. To find it, run the following in a ter
586586
`go get -u github.com/kisielk/errcheck` ()
587587
```
588588
in Golang 1.17 installing by 'go get' deprecated. Need to use combination:
589-
`go get github.com/kisielk/errcheck`
589+
`go get github.com/kisielk/errcheck`
590590
`go install github.com/kisielk/errcheck`
591591
```
592592

0 commit comments

Comments
 (0)