kaniko/vendor/github.com/otiai10/copy
Cole Wippern e2d1cbfe71 Fix #647 Copy dir permissions
* update otiai10 to latest version which has correct permission logic
2020-01-10 13:07:50 -08:00
..
.gitignore Fix #647 Copy dir permissions 2020-01-10 13:07:50 -08:00
.travis.yml fix highwayhash 2019-12-21 12:18:09 -08:00
LICENSE Optimize file copying and stage saving between stages. (#605) 2019-03-13 07:47:28 -07:00
README.md fix highwayhash 2019-12-21 12:18:09 -08:00
copy.go Fix #647 Copy dir permissions 2020-01-10 13:07:50 -08:00
go.mod Fix #647 Copy dir permissions 2020-01-10 13:07:50 -08:00
go.sum Fix #647 Copy dir permissions 2020-01-10 13:07:50 -08:00

README.md

copy

Build Status codecov GoDoc Go Report Card

copy copies directories recursively.

Example:

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