gitea/build
Felipe Leopoldo Sologuren Gutiérrez 04c97aa364
Change use of Walk to WalkDir to improve disk performance ()
As suggest by Go developers, use `filepath.WalkDir` instead of
`filepath.Walk` because [*Walk is less efficient than WalkDir,
introduced in Go 1.16, which avoids calling `os.Lstat` on every file or
directory visited](https://pkg.go.dev/path/filepath#Walk).

This proposition address that, in a similar way as
https://github.com/go-gitea/gitea/pull/22392 did.


Co-authored-by: zeripath <art27@cantab.net>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
..
codeformat Implement FSFE REUSE for golang files ()
code-batch-process.go Implement FSFE REUSE for golang files ()
generate-bindata.go Change use of Walk to WalkDir to improve disk performance ()
generate-emoji.go Fix unstable emoji sort ()
generate-gitignores.go Remove legacy `+build:` constraint ()
generate-go-licenses.go Implement FSFE REUSE for golang files ()
generate-images.js Update JS dependencies and eslint ()
generate-licenses.go Remove deprecated licenses ()
generate-svg.js Update JS dependencies and eslint ()
gocovmerge.go Implement FSFE REUSE for golang files ()
test-env-check.sh Prepare and check test env during CI ()
test-env-prepare.sh Prepare and check test env during CI ()
update-locales.sh Format files ()