go get -u -v -d -xd
This commit is contained in:
parent
3782ed3c7c
commit
b8c013c0ad
|
@ -75,7 +75,7 @@ func MetaUpdateGET(md common.MethodData) common.CodeMessager {
|
||||||
// go get
|
// go get
|
||||||
// -u: update all dependencies
|
// -u: update all dependencies
|
||||||
// -d: stop after downloading deps
|
// -d: stop after downloading deps
|
||||||
if !execCommand("go", "get", "-u", "-d") {
|
if !execCommand("go", "get", "-u", "-d", "-v") {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
if !execCommand("go", "build", "-o", "-v", "api") {
|
if !execCommand("go", "build", "-o", "-v", "api") {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user