//
pkg.gl
Category
github.com/romana/core
pkg
util
os
package
1.5.0
Repository:
https://github.com/romana/core.git
Documentation:
pkg.go.dev
Overview
Versions
2
Dependencies
5
Dependents
2
Files
108 SLOC
#
Structs
DefaultOS
DefaultOS is a default implementation of OS interface which proxies everything to standard lib.
FakeFile
FakeFile implements OSFile.
FakeFileInfo
No description provided by the author
FakeOS
FakeOS implements OS.
#
Interfaces
OS
OS interface is a facade to standard lib os.
OSFile
OSFile interface is a facade to os.File.