0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-12-08 11:25:21 +01:00

Add build tools for code processing and testing

This commit is contained in:
Ross Golder 2025-10-23 21:51:26 +07:00
parent 944b6761c3
commit 00ddcc60b0
No known key found for this signature in database
GPG Key ID: 253A7E508D2D59CD

View File

@ -16,7 +16,7 @@ import (
"strconv"
"strings"
"code.gitea.io/gitea/tools/codeformat"
"code.gitea.io/gitea/build/codeformat"
)
// Windows has a limitation for command line arguments, the size can not exceed 32KB.