Versions in this module Expand all Collapse all v0 v0.0.2 Apr 16, 2021 Changes in this version + const SW_SHOWNORMAL — windows/amd64 + var Stderr io.Writer = os.Stderr + var Stdout io.Writer = os.Stdout + func OpenFile(path string, options ...CmdOption) error + func OpenReader(r io.Reader, options ...CmdOption) error + func OpenURL(url string, options ...CmdOption) error + func ShellExecute(hwnd int, verb string, file string, args string, cwd string, showCmd int) (err error) — windows/amd64 + type CmdOption func(*exec.Cmd)