update
This commit is contained in:
+1
-1
@@ -60,7 +60,7 @@ func GitPull(filename string) (bool, error) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func CompileCode() error {
|
func CompileCode() error {
|
||||||
cmd := exec.Command("go", "build")
|
cmd := exec.Command("/usr/local/go/bin/go", "build")
|
||||||
cmd.Path = ExecPath
|
cmd.Path = ExecPath
|
||||||
_, err := cmd.Output()
|
_, err := cmd.Output()
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|||||||
Reference in New Issue
Block a user