Improved fs.Walk performance on Mac
All checks were successful
/ test (push) Successful in 14s

This commit is contained in:
Eduard Urbach 2025-06-22 15:22:17 +02:00
parent ca91cd693c
commit f7be86a3d9
Signed by: akyoto
GPG key ID: 49226B848C78F6C8
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
//go:build linux || darwin //go:build linux
package fs package fs

View file

@ -1,4 +1,4 @@
//go:build !linux && !darwin //go:build !linux
package fs package fs