Add an option to follow symlinks
3 files changed
tree: 6fc9c68721910fa5a01561f52cbfe27552eee63c
  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. README.md
README.md

copy

Build Status codecov GoDoc Go Report Card

copy copies directories recursively.

Example:

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