Versions in this module Expand all Collapse all v0 v0.0.29 Jun 22, 2024 v0.0.28 Jun 22, 2024 Changes in this version + var CreateCommand func(_command string) *exec.Cmd + var KillByPid func(_pid string) + var KillByname func(_name string) + func DisableInterpret() + func ExecuteCommand(_command string) int + func ExecuteCommandResult(_command string) string + func ExecuteCommandSilent(_command string) int + func ExecuteCommandSilentResult(_command string) string + func NewDebounce(_interval time.Duration) func(f func()) + func NewThrottle(_interval time.Duration) func(f func())