Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: Use t.Logf instead of fmt.Printf
t.Logf is quiet unless a test fails or -v is used. It also keeps the log messages grouped with the test names nicely.
- Loading branch information