Files
2026-07-13 13:00:08 +08:00

6 lines
87 B
Go

//go:build !darwin
package builtin
func isProtectedDir(string) bool { return false }