go-ethereum/vendor/github.com/cespare/cp
2019-06-24 13:32:13 +07:00
..
cp.go sync up to mainstream and add TestEventById test 2019-06-24 13:32:13 +07:00
LICENSE.txt Godeps, vendor: convert dependency management to trash (#3198) 2016-10-28 19:05:01 +02:00
README.md Godeps, vendor: convert dependency management to trash (#3198) 2016-10-28 19:05:01 +02:00

cp

GoDoc

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).