fc6c3620c4
Go 1.14 now streams t.Log output as it happens [1], so we no longer need to maintain our log STDOUT helper. I preserved the interface, so `testlog` still takes in a `*testing.T` though unused. Changing it requires so too many changes that I didn't want to make quite yet. [1] https://golang.org/doc/go1.14#go-test |
||
---|---|---|
.. | ||
testlog.go |