Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 326 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 326 Bytes

cpdirall

Workflow

Create a copy of all source folders and files to destination.

$ go get github.com/zakarynichols/cpdirall
import (
    "github.com/zakarynichols/cpdirall/dir"
)

err := dir.Cp("src", "dst")