code.soquee.net / testlog
import (
"code.soquee.net/testlog"
)
Package testlog is a log.Logger that proxies to the Log function on a
testing.T.
It is used to group log messages under the tests that generated them in test output and to only show those messages if the test that generated them failed.