8 lines
112 B
Go
8 lines
112 B
Go
//+build windows
|
|
|
|
package copy
|
|
|
|
func preserveOwner(src, dest string, info fileInfo) (err error) {
|
|
return nil
|
|
}
|