8 lines
92 B
Go
8 lines
92 B
Go
//go:build !windows
|
|
|
|
package internal
|
|
|
|
func HasPrivilegesForSymlink() bool {
|
|
return true
|
|
}
|