()
| 135 | } |
| 136 | |
| 137 | func (a *ArchiveBuilder) Close() error { |
| 138 | return a.tw.Close() |
| 139 | } |
| 140 | |
| 141 | // ArchivePathsIfExist creates a tar archive of all local files in `paths`. It quietly skips any paths that don't exist. |
| 142 | func (a *ArchiveBuilder) ArchivePathsIfExist(paths []PathMapping) error { |