xia0ta0 / gorecurcopy

Recursively copy directories in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:Mozilla Public License 2.0


Languages

Language:Go 92.4%Language:Makefile 7.6%