How do you tell go test to print out the tests it is running?
go test
go test -x
go test --verbose
go test -v test package
go test -v