mirror of
https://github.com/mudler/luet.git
synced 2025-09-14 06:13:01 +00:00
15 lines
595 B
Markdown
15 lines
595 B
Markdown
# copy
|
|
|
|
[](https://github.com/otiai10/copy/actions)
|
|
[](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")
|
|
```
|