It's more common to name thetesting.TB parameter t instead of tb as required by the tb_name linter.
data from github,
t testing.TB has ~64k hits
tb testing.TB has ~10k hits
Even within the Go repo, t testing.TB is more common (~10 hits) than tb testing.TB (<5 hits)
It's more common to name the
testing.TBparametertinstead oftbas required by thetb_namelinter.data from github,
t testing.TBhas ~64k hitstb testing.TBhas ~10k hitsEven within the Go repo,
t testing.TBis more common (~10 hits) thantb testing.TB(<5 hits)