Copy Versions Save

Go copy directory recursively

v1.14.0

7 months ago

v1.11.0

1 year ago

so that users can suppress specific errors.

v1.9.0

1 year ago

v1.7.0

2 years ago

Features

  • Options.PreserveOwner thanks to @mudler

v1.2.0

3 years ago

💥 This release includes breaking changes as follows:

  • Options.Skip(src path) function now returns (skip bool, err error)
    • If your Skip returns skip == true, we skip the src
    • If your Skip returns skip == false, we copy the src
    • If your Skip returns err != nil, we stop copying immediately.

See https://pkg.go.dev/github.com/otiai10/copy?tab=doc#Options for more information.

v1.1.0

4 years ago

Options for

  • OnSymlink
  • Skip