You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is t.TempDir which creates a tmp directory and cleans itself up at the end of the test. It would be nice if there was something similar for a single file.
There is
t.TempDirwhich creates a tmp directory and cleans itself up at the end of the test. It would be nice if there was something similar for a single file.