Explorar o código

Install verbosely

Jakob Borg %!s(int64=11) %!d(string=hai) anos
pai
achega
5c07477de4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      build.go

+ 1 - 1
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) {