package
0.0.11
Repository: https://github.com/acmestack/godkits.git
Documentation: pkg.go.dev

# Functions

CompareOsEnv gets env and Compare @Description: @param key @param comparedEnv @return bool.
ExecCommand execute command shell /bin/bash -c @Description: @param command @return stdout @return stderr @return err.
GetOsEnv @param key @return string.
IsLinux @Description: @return bool.
IsMac @return bool.
IsWindows @return bool.
RemoveOsEnv @param key @return error.
SetOsEnv @param key @param value @return error.