aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/cespare/cp/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/cespare/cp/README.md')
-rw-r--r--vendor/github.com/cespare/cp/README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/vendor/github.com/cespare/cp/README.md b/vendor/github.com/cespare/cp/README.md
new file mode 100644
index 000000000..577701fbe
--- /dev/null
+++ b/vendor/github.com/cespare/cp/README.md
@@ -0,0 +1,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).