From 086ef0f72f258ad56dd3265fede0b5e1a207b10c Mon Sep 17 00:00:00 2001 From: Sebastien Binet Date: Thu, 6 Aug 2015 18:35:37 +0200 Subject: [PATCH] gopy: reduce verbosity Change-Id: I7a6e41dfe0e3c052022829ec873e01c906d62a8f --- cmd_bind.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd_bind.go b/cmd_bind.go index f1b7a54..c4efc55 100644 --- a/cmd_bind.go +++ b/cmd_bind.go @@ -81,7 +81,7 @@ func gopyRunCmdBind(cmdr *commander.Command, args []string) error { // install it first to tickle the GOPATH cache cmd := exec.Command( - "go", "install", "-v", "-buildmode=c-shared", + "go", "install", "-buildmode=c-shared", pkg.ImportPath(), //".", )