Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Hiromu OCHIAI <otiai10@gmail.com>
  • Loading branch information
michalpristas and otiai10 authored Apr 18, 2023
1 parent 80eee8d commit 209f18c
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 @@ -42,7 +42,7 @@ type Options struct {
OnDirExists func(src, dest string) DirExistsAction

// OnErr lets called decide whether or not to continue on particular copy error.
OnErr func(err error) error
OnError func(src, dest, string, err error) error

// Skip can specify which files should be skipped
Skip func(srcinfo os.FileInfo, src, dest string) (bool, error)
Expand Down

0 comments on commit 209f18c

Please sign in to comment.