Skip to content

xia0ta0/gorecurcopy

 
 

Repository files navigation

gorecurcopy

Build Status GoDoc Go Report Card Version

gorecurcopy copies directories recursively without external dependencies. Compatible with OSX, Linux, and Windows.

Example:

import (
	"github.com/plus3it/gorecurcopy"
)

...

err := gorecurcopy.CopyDirectory("directory", "new_directory")

About

Recursively copy directories in Go

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 92.4%
  • Makefile 7.6%