Categorygithub.com/linuxsuren/go-fake-runtime
modulepackage
0.0.4
Repository: https://github.com/linuxsuren/go-fake-runtime.git
Documentation: pkg.go.dev

# README

Codacy Badge Codacy Badge

Make it be easy to writing unit tests when it's about the Go runtime.

# Functions

No description provided by the author
No description provided by the author

# Constants

OSDarwin is the alias of Darwin.
OSLinux is the alias of Linux.
OSWindows is the alias of Windows.

# Structs

FakeExecer is for the unit test purposes.

# Interfaces

Execer is an interface for OS-related operations.
No description provided by the author