Skip to content

thlib/go-copy-dir-safe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"

About

Copy a directory into a target without fear of corruption

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages