Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Go-tip is failing because it looks like `Fprintf` got a little more picky about the use of inappropriate verbs. `%t` is meant to be used for booleans (it prints the word "true" or "false"). I think what we actually wanted here was `%v`.
- Loading branch information