6 lines
87 B
Go
6 lines
87 B
Go
//go:build !darwin
|
|
|
|
package builtin
|
|
|
|
func isProtectedDir(string) bool { return false }
|