We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fe9fe1 commit 985a34dCopy full SHA for 985a34d
build.go
@@ -39,7 +39,7 @@ func (b *Builder) Build(p *Params) {
39
color.Cyan("Building %s...\n", pkg)
40
41
// build package
42
- cmd, err := runCommand("go", "build", "-o", fileName, pkg)
+ cmd, err := runCommand("go", "build", "-i", "-o", fileName, pkg)
43
if err != nil {
44
log.Fatalf("Could not run 'go build' command: %s", err)
45
continue
0 commit comments