Files
houston/client/set_permission_default.go

8 lines
102 B
Go
Raw Normal View History

//go:build !(client && linux)
2023-11-23 12:36:57 +09:00
package client
func set_permission(path string) error {
return nil
}