diff options
Diffstat (limited to 'vendor/github.com/otiai10/copy/preserve_owner_x.go')
| -rw-r--r-- | vendor/github.com/otiai10/copy/preserve_owner_x.go | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/vendor/github.com/otiai10/copy/preserve_owner_x.go b/vendor/github.com/otiai10/copy/preserve_owner_x.go new file mode 100644 index 0000000..9d82574 --- /dev/null +++ b/vendor/github.com/otiai10/copy/preserve_owner_x.go @@ -0,0 +1,8 @@ +//go:build windows || plan9 +// +build windows plan9 + +package copy + +func preserveOwner(src, dest string, info fileInfo) (err error) { + return nil +} |
