1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-19 10:57:05 +00:00
This commit is contained in:
Makis Maropoulos
2016-05-31 11:05:42 +03:00
parent c26668a489
commit 31cbd50fb0
18 changed files with 177 additions and 67 deletions

View File

@@ -202,8 +202,7 @@ func CopyFile(source string, destination string) error {
return nil
}
// CopyDir
// Recursively copies a directory tree, attempting to preserve permissions.
// CopyDir recursively copies a directory tree, attempting to preserve permissions.
// Source directory must exist.
//
// Note: the CopyDir function was not written by me, but its working well