openwrt-app-actions/forkapp/copydir_other.go
2024-03-13 14:51:18 +08:00

9 lines
119 B
Go

//go:build !linux
// +build !linux
package main
func chown(destPath string, ostat interface{}) error {
return nil
}