mirror of
https://github.com/mudler/luet.git
synced 2025-10-22 03:14:30 +00:00
15 lines
586 B
Markdown
15 lines
586 B
Markdown
# 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")
|
|
```
|