tree: 00fbac108f39cea71f62037017499c9f60c0be46 [path history] [tgz]
  1. testdata/
  2. .gitignore
  3. .travis.yml
  4. all_test.go
  5. copy.go
  6. example_test.go
  7. go.mod
  8. go.sum
  9. LICENSE
  10. options.go
  11. README.md
README.md

copy

Build Status codecov GoDoc Go Report Card

copy copies directories recursively.

Example:

err := Copy("your/directory", "your/directory.copy")