mirror of
https://github.com/mudler/luet.git
synced 2025-09-17 07:42:25 +00:00
update vendor/
This commit is contained in:
14
vendor/github.com/otiai10/copy/README.md
generated
vendored
Normal file
14
vendor/github.com/otiai10/copy/README.md
generated
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
# copy
|
||||
|
||||
[](https://travis-ci.org/otiai10/copy)
|
||||
[](https://codecov.io/gh/otiai10/copy)
|
||||
[](https://godoc.org/github.com/otiai10/copy)
|
||||
[](https://goreportcard.com/report/github.com/otiai10/copy)
|
||||
|
||||
`copy` copies directories recursively.
|
||||
|
||||
Example:
|
||||
|
||||
```go
|
||||
err := Copy("your/directory", "your/directory.copy")
|
||||
```
|
Reference in New Issue
Block a user