// CloseAndRemove is a helper to close and remove test file. func CloseAndRemove(t *testing.T, files ...*os.File) { … }