Documentation ¶ Index ¶ func Move(sourcePath, destPath string) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Move ¶ func Move(sourcePath, destPath string) error Move attempts to use os.Rename and if that fails (such as for a cross-device move), it instead copies the source to the destination and then removes the source. Types ¶ This section is empty. Source Files ¶ View all Source files move.go Click to show internal directories. Click to hide internal directories.