copy v1.2.0 Release Notes
Release Date: 2020-05-24 // over 4 years ago-
๐ ๐ฅ This release includes breaking changes as follows:
Options.Skip(src path)
function now returns(skip bool, err error)
- If your
Skip
returnsskip == true
, we skip the src - If your
Skip
returnsskip == false
, we copy the src - If your
Skip
returnserr != nil
, we stop copying immediately.
- If your
๐ See https://pkg.go.dev/github.com/otiai10/copy?tab=doc#Options for more information.
Previous changes from v1.1.0
-
Options for
- OnSymlink
- Skip