8 lines
101 B
Go
8 lines
101 B
Go
|
|
//go:build client && windows
|
||
|
|
|
||
|
|
package client
|
||
|
|
|
||
|
|
func set_permission(path string) error {
|
||
|
|
return nil
|
||
|
|
}
|