1# cp
2
3[![GoDoc](https://godoc.org/github.com/cespare/cp?status.svg)](https://godoc.org/github.com/cespare/cp)
4
5cp is a small Go package for copying files and directories.
6
7The API may change because I want to add some options in the future (for merging with existing dirs).
8
9It does not currently handle Windows specifically (I think it may require some special treatment).
10