We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a1eb53 commit 1a483acCopy full SHA for 1a483ac
pointers-and-errors/bitcoin-and-wallet_test.go
@@ -10,7 +10,7 @@ func TestWallet(t *testing.T) {
10
got := wallet.Balance()
11
12
if got != want {
13
- t.Errorf("got %s want %s", got, want)
+ t.Errorf("got %q want %q", got, want)
14
}
15
16
0 commit comments