package
2.20.0
Repository: https://github.com/google/googet.git
Documentation: pkg.go.dev

# Functions

Create calls os.Create.
Lstat calls os.Lstat.
Mkdir calls os.Mkdir.
MkdirAll calls os.MkdirAll.
Open calls os.Open.
OpenFile calls os.OpenFile.
ReadDir calls ioutil.ReadDir Upgrade to os.ReadDir in future.
Remove calls os.Remove.
RemoveAll calls os.RemoveAll.
RemoveOnReboot not implemented on non Windows.
Rename calls os.Rename.
Stat calls os.Stat.
Walk calls filepath.Walk.