Files
luet/vendor/github.com/otiai10/copy/README.md
Ettore Di Giacinto b1272392b5 update vendor/
2019-11-23 19:13:44 +01:00

15 lines
586 B
Markdown

# copy
[![Build Status](https://travis-ci.org/otiai10/copy.svg?branch=master)](https://travis-ci.org/otiai10/copy)
[![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")
```