mirror of
https://github.com/go-gitea/gitea.git
synced 2026-04-28 10:51:23 +02:00
Use `golangci-lint fmt` to format code, replacing the previous custom formatter tool. https://github.com/daixiang0/gci is used to order the imports. `make fmt` performs ~13% faster while consuming ~57% less cpu while formatting for me. `GOFUMPT_PACKAGE` is gone because it's using the builtin package from golangci-lint. Co-authored-by: Claude (claude-opus-4-6) <noreply@anthropic.com> Co-authored-by: wxiaoguang <wxiaoguang@gmail.com> |
||
|---|---|---|
| .. | ||
| releasereopen | ||
| context.go | ||
| manager_common.go | ||
| manager_unix.go | ||
| manager_windows.go | ||
| manager.go | ||
| net_unix.go | ||
| net_windows.go | ||
| restart_unix.go | ||
| server_hooks.go | ||
| server_http.go | ||
| server.go | ||