OOOH RIGHT
This commit is contained in:
parent
b8c013c0ad
commit
6936d7932f
|
@ -78,7 +78,7 @@ func MetaUpdateGET(md common.MethodData) common.CodeMessager {
|
||||||
if !execCommand("go", "get", "-u", "-d", "-v") {
|
if !execCommand("go", "get", "-u", "-d", "-v") {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
if !execCommand("go", "build", "-o", "-v", "api") {
|
if !execCommand("go", "build", "-v", "-o", "api") {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user