mirror of
https://github.com/netbirdio/netbird.git
synced 2024-11-25 01:23:22 +01:00
8 lines
96 B
Go
8 lines
96 B
Go
|
//go:build !windows
|
||
|
|
||
|
package util
|
||
|
|
||
|
func EnforcePermission(dirPath string) error {
|
||
|
return nil
|
||
|
}
|