Documentation ¶ Index ¶ func ChownR(path string, uid, gid int) error func Copy(srcFile string, dstFile string) error func CopyDirectory(srcDir, destDir string) error func CopySymLink(source, dest string) error func CreateDirectoryIfNotExists(dir string, perm os.FileMode) error func Exists(filePath string) bool Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func ChownR ¶ func ChownR(path string, uid, gid int) error рекурсивный chown func Copy ¶ func Copy(srcFile string, dstFile string) error скопировать файл func CopyDirectory ¶ func CopyDirectory(srcDir, destDir string) error cкопировать директорию func CopySymLink ¶ func CopySymLink(source, dest string) error скопировать символьную ссылку func CreateDirectoryIfNotExists ¶ func CreateDirectoryIfNotExists(dir string, perm os.FileMode) error создать директорию, если она не существует func Exists ¶ func Exists(filePath string) bool проверить, существует ли файл Types ¶ This section is empty. Source Files ¶ View all Source files main.go Click to show internal directories. Click to hide internal directories.