package
1.5.0
Repository: https://github.com/romana/core.git
Documentation: pkg.go.dev

# Structs

DefaultOS is a default implementation of OS interface which proxies everything to standard lib.
FakeFile implements OSFile.
No description provided by the author
FakeOS implements OS.

# Interfaces

OS interface is a facade to standard lib os.
OSFile interface is a facade to os.File.