aboutsummaryrefslogtreecommitdiffstats
path: root/Godeps/_workspace/src/github.com/cespare/cp/README.md
blob: 577701fbe3006687b65bf86640ce55477d2cdeb1 (plain) (blame)
1
2
3
4
5
6
7
8
9
# cp

[![GoDoc](https://godoc.org/github.com/cespare/cp?status.svg)](https://godoc.org/github.com/cespare/cp)

cp is a small Go package for copying files and directories.

The API may change because I want to add some options in the future (for merging with existing dirs).

It does not currently handle Windows specifically (I think it may require some special treatment).