Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use
%p
to print &wallet.Balance in pointers-and-errors.md (quii#616)
After the Stringer interface is implemented `%v` will no longer print the memory address but instead will invoke the Stringer interface which is confusing. Using `%p` means it will consistently print the variable's memory address.
- Loading branch information