From 34f07943e0b2e898ca6b4fe52cd10bf467a5f62c Mon Sep 17 00:00:00 2001 From: Adam Tang <37611541+adamtang79@users.noreply.github.com> Date: Mon, 1 Apr 2019 22:31:27 +0800 Subject: [PATCH] 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" --- open/exec_windows.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/open/exec_windows.go b/open/exec_windows.go index ddf37f4..6e46c00 100644 --- a/open/exec_windows.go +++ b/open/exec_windows.go @@ -7,7 +7,7 @@ import ( "os/exec" "path/filepath" "strings" - "syscall" + // "syscall" ) var (