cgotest

Imports

Imports #

"io"
"os"
"path/filepath"
"strings"

Functions

OverlayDir function #

OverlayDir makes a minimal-overhead copy of srcRoot in which new files may be added.

func OverlayDir(dstRoot string, srcRoot string) error

Generated with Arrow