catApi/vendor/github.com/fsnotify/fsnotify/internal/unix2.go
2025-02-08 16:33:02 +03:00

7 lines
92 B
Go

//go:build !windows
package internal
func HasPrivilegesForSymlink() bool {
return true
}