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
Currently, we are unable to set file extension for a temp file that is created using afero.TempFile. In ioutil.TempFile we are able to do so by specifying the pattern like prefix-*.yml, the temp file will be created with a random string at the last *. Refer here
Can afero.TempFile also do a similar replacement? If this change can be accepted, will love to raise a PR.
The text was updated successfully, but these errors were encountered:
Currently, we are unable to set file extension for a temp file that is created using
afero.TempFile
. Inioutil.TempFile
we are able to do so by specifying the pattern likeprefix-*.yml
, the temp file will be created with a random string at the last*
. Refer hereCan
afero.TempFile
also do a similar replacement? If this change can be accepted, will love to raise a PR.The text was updated successfully, but these errors were encountered: