command
module
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Nov 9, 2020
License: MIT
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
go-copy-dir-safe
Copy a directory into a target without fear of corruption
To run
# build
go build -o copy main.go
# run
./copy -src="test/data/source" -dst="test/data/target"
To run tests
go test ./
On windows
# build
go build -o copy.exe main.go
# run
./copy.exe -src="test/data/source" -dst="test/data/target"
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.