diff --git a/build.go b/build.go index 062b943f..899aeed3 100644 --- a/build.go +++ b/build.go @@ -168,7 +168,7 @@ func test(pkg string) { func install(pkg string) { os.Setenv("GOBIN", "./bin") setBuildEnv() - runPrint("go", "install", "-ldflags", ldflags(), pkg) + runPrint("go", "install", "-v", "-ldflags", ldflags(), pkg) } func build(pkg string, tags []string) {