git-sync/vendor/github.com/otiai10/copy
Tim Hockin 6653b2c791 Bump go.mod to 1.17
run `go mod tidy` and `go mod vendor`
2022-01-28 20:12:08 -08:00
..
.gitignore Add infrastructure for build tools 2021-03-29 16:51:08 -07:00
LICENSE Add infrastructure for build tools 2021-03-29 16:51:08 -07:00
README.md Add infrastructure for build tools 2021-03-29 16:51:08 -07:00
copy.go Add infrastructure for build tools 2021-03-29 16:51:08 -07:00
options.go Add infrastructure for build tools 2021-03-29 16:51:08 -07:00

README.md

copy

Actions Status codecov GoDoc Go Report Card

copy copies directories recursively.

Example:

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