A Go library for copying files and directories recursively.
go get github.com/otiai10/copyNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Copies the 'src' directory to 'dst' recursively.
Pass copy.Options{OnSymlink: func(string) copy.SymlinkAction { return copy.Deep }} to handle symlinksNo dependency data recorded yet.