func CreateTar(archiveInfos []*ArchiveInfo, w io.Writer) error
type Archive struct { ArchiveInfos []*ArchiveInfo OutFile string }
type ArchiveInfo struct { SourceDir string DestDir string Paths []string }