Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Hiromu OCHIAI <[email protected]>
  • Loading branch information
michalpristas and otiai10 authored Apr 18, 2023
1 parent 209f18c commit 2abaf6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ type Options struct {
// OnDirExists can specify what to do when there is a directory already existing in destination.
OnDirExists func(src, dest string) DirExistsAction

// OnErr lets called decide whether or not to continue on particular copy error.
// OnError can let users decide how to handle errors (e.g., you can suppress specific error).
OnError func(src, dest, string, err error) error

// Skip can specify which files should be skipped
Expand Down

0 comments on commit 2abaf6c

Please sign in to comment.