set_permission 리눅스&클라이언트만

This commit is contained in:
2023-11-23 12:51:33 +09:00
parent 3208eba280
commit b2ff0e8ffc
3 changed files with 4 additions and 4 deletions

View File

@ -0,0 +1,7 @@
//go:build !(client && linux)
package client
func set_permission(path string) error {
return nil
}