gopy: reduce verbosity

Change-Id: I7a6e41dfe0e3c052022829ec873e01c906d62a8f
This commit is contained in:
Sebastien Binet 2015-08-06 18:35:37 +02:00
parent a84d49f72b
commit 086ef0f72f
1 changed files with 1 additions and 1 deletions

View File

@ -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(),
//".",
)