04c97aa364
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> |
||
---|---|---|
.. | ||
buffer.go | ||
buffer_test.go | ||
colors.go | ||
colors_router.go | ||
conn.go | ||
conn_test.go | ||
console.go | ||
console_other.go | ||
console_test.go | ||
console_windows.go | ||
errors.go | ||
event.go | ||
file.go | ||
file_test.go | ||
flags.go | ||
groutinelabel.go | ||
groutinelabel_test.go | ||
level.go | ||
level_test.go | ||
log.go | ||
log_test.go | ||
logger.go | ||
multichannel.go | ||
provider.go | ||
smtp.go | ||
smtp_test.go | ||
stack.go | ||
writer.go | ||
writer_test.go |