Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CopyFile ¶
CopyFile copies a file from src to dst. If src and dst files exist, and are the same, then return success. Otherise, attempt to create a hard link between the two files. If that fail, copy the file contents from src to dst.
func CopyRecursive ¶
CopyRecursive copies files and directories recursively.
func GenerateManifest ¶ added in v0.150.0
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.