提交 412af064 编写于 作者: J Jingwen Owen Ou

Go fmt

上级 651a1fa3
...@@ -53,12 +53,12 @@ func TaskCrossCompile(t *tasking.T) { ...@@ -53,12 +53,12 @@ func TaskCrossCompile(t *tasking.T) {
// TODO: use a dependency manager that has versioning // TODO: use a dependency manager that has versioning
//if runtime.GOOS != "windows" { //if runtime.GOOS != "windows" {
//t.Log("Updating dependencies...") //t.Log("Updating dependencies...")
//err = t.Exec("go get -u ./...") //err = t.Exec("go get -u ./...")
//if err != nil { //if err != nil {
//t.Errorf("Can't update goxc: %s\n", err) //t.Errorf("Can't update goxc: %s\n", err)
//return //return
//} //}
//} //}
t.Logf("Cross-compiling gh for %s...\n", runtime.GOOS) t.Logf("Cross-compiling gh for %s...\n", runtime.GOOS)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册