• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

README.mdH A D22-Jan-2015374

cp.goH A D22-Jan-20151.3 KiB

README.md

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