forked from mirror/open-golang
causing goplay installation failed.
... > go get -v -u github.com/haya14busa/goplay/cmd/goplay github.com/haya14busa/goplay (download) github.com/skratchdot/open-golang (download) github.com/skratchdot/open-golang/open # github.com/skratchdot/open-golang/open ..\skratchdot\open-golang\open\exec_windows.go:10:2: imported and not used: "syscall"
This commit is contained in:
parent
1a48294fa5
commit
34f07943e0
|
@ -7,7 +7,7 @@ import (
|
||||||
"os/exec"
|
"os/exec"
|
||||||
"path/filepath"
|
"path/filepath"
|
||||||
"strings"
|
"strings"
|
||||||
"syscall"
|
// "syscall"
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
|
|
Loading…
Reference in New Issue