diff options
Diffstat (limited to 'vendor/github.com/otiai10/copy/preserve_ltimes_x.go')
| -rw-r--r-- | vendor/github.com/otiai10/copy/preserve_ltimes_x.go | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/vendor/github.com/otiai10/copy/preserve_ltimes_x.go b/vendor/github.com/otiai10/copy/preserve_ltimes_x.go new file mode 100644 index 0000000..02aec40 --- /dev/null +++ b/vendor/github.com/otiai10/copy/preserve_ltimes_x.go | |||
| @@ -0,0 +1,8 @@ | |||
| 1 | //go:build windows || js || plan9 | ||
| 2 | // +build windows js plan9 | ||
| 3 | |||
| 4 | package copy | ||
| 5 | |||
| 6 | func preserveLtimes(src, dest string) error { | ||
| 7 | return nil // Unsupported | ||
| 8 | } | ||
