GoExpertProgramming
GoExpertProgramming copied to clipboard
Updates for go1.14 about t.Log
As per Go 1.14 Release Notes:
go test -v now streams t.Log output as it happens, rather than at the end of all tests.
貌似runtime.timer 变化也挺大的,timersBucket 已经没有了