...
Package cleanup
Package cleanup handles migration to and support for the Go 1.14+
testing.TB.Cleanup() function.
func Cleanup(t logT, f func())
Cleanup registers f as a cleanup function on t if any mechanisms are available.
Skips registering f if TEST_NOCLEANUP is set to true.