go-copy-dir-safe

command module
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 9, 2020 License: MIT Imports: 9 Imported by: 0

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

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL