afero icon indicating copy to clipboard operation
afero copied to clipboard

os: Include Go 1.16 and Go 1.17 os package functions

Open Foxboron opened this issue 2 years ago • 1 comments

After the deprecations of ioutil most of the new functions has been migrated to the os package.

This patch includes all the new functions.

Signed-off-by: Morten Linderud [email protected]

Foxboron avatar Sep 12 '21 12:09 Foxboron

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Sep 12 '21 12:09 CLAassistant

@bep Is there an intention of bringing the API of afero on par with the recent new functions in Go 1.16 and beyond?

Foxboron avatar Feb 17 '23 19:02 Foxboron