Browse Source

Install verbosely

Jakob Borg 11 năm trước cách đây
mục cha
commit
5c07477de4
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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) {