mirror of
https://github.com/NotAShelf/catApi.git
synced 2025-12-11 22:54:08 +00:00
7 lines
92 B
Go
7 lines
92 B
Go
//go:build !windows
|
|
|
|
package internal
|
|
|
|
func HasPrivilegesForSymlink() bool {
|
|
return true
|
|
}
|