forked from mirror/go-ethereum
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
374 B
9 lines
374 B
# 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).
|
|
|