//
pkg.gl
Category
github.com/linuxsuren/go-fake-runtime
module
package
0.0.4
Repository:
https://github.com/linuxsuren/go-fake-runtime.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
8
Dependents
21
Files
253 SLOC
#
README
Make it be easy to writing unit tests when it's about the Go runtime.
#
Functions
NewDefaultExecer
No description provided by the author
NewDefaultExecerWithContext
No description provided by the author
#
Constants
OSDarwin
OSDarwin is the alias of Darwin.
OSLinux
OSLinux is the alias of Linux.
OSWindows
OSWindows is the alias of Windows.
#
Structs
FakeExecer
FakeExecer is for the unit test purposes.
#
Interfaces
Execer
Execer is an interface for OS-related operations.
Process
No description provided by the author