mirror of
https://github.com/kemko/nomad.git
synced 2026-01-05 18:05:42 +03:00
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