Files
luet/vendor/github.com/otiai10/copy/README.md
Ettore Di Giacinto 94937cc88a update vendor/
2020-10-19 17:58:50 +02:00

15 lines
595 B
Markdown

# copy
[![Actions Status](https://github.com/otiai10/copy/workflows/Go/badge.svg)](https://github.com/otiai10/copy/actions)
[![codecov](https://codecov.io/gh/otiai10/copy/branch/master/graph/badge.svg)](https://codecov.io/gh/otiai10/copy)
[![GoDoc](https://godoc.org/github.com/otiai10/copy?status.svg)](https://godoc.org/github.com/otiai10/copy)
[![Go Report Card](https://goreportcard.com/badge/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")
```