Add script notification (#75)

* Add script notification (#53)

* Fix SysProcAttr

* Fix build constraint

Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2020-05-26 22:37:20 +02:00
committed by GitHub
parent 9aeef6eb6b
commit 4a4a4c1644
19 changed files with 193 additions and 27 deletions

View File

@@ -0,0 +1,10 @@
// +build !windows
package script
import (
"os/exec"
)
func setSysProcAttr(cmd *exec.Cmd) {
}