A better go code formatter, and now make fmt can run in Windows (#17684)

* go build / format tools
* re-format imports
此提交包含在:
wxiaoguang
2021-11-17 20:34:35 +08:00
提交者 GitHub
父節點 29cc169d20
當前提交 750a8465f5
共有 106 個檔案被更改,包括 731 行新增42 行删除
+2 -1
查看文件
@@ -9,10 +9,11 @@ import (
"fmt"
"net"
"net/http"
_ "net/http/pprof" // Used for debugging if enabled and a web server is running
"os"
"strings"
_ "net/http/pprof" // Used for debugging if enabled and a web server is running
"code.gitea.io/gitea/modules/graceful"
"code.gitea.io/gitea/modules/log"
"code.gitea.io/gitea/modules/setting"