Versions in this module Expand all Collapse all v0 v0.3.0 Sep 24, 2016 Changes in this version + func CopyToFile(tarReader *tar.Reader, fileName string, otherWriters ...io.Writer) error + func CreateArchiveFromFiles(wr io.Writer, files []*File) error + type ErrWritingHeader struct + func (e ErrWritingHeader) Error() string + type File struct + func FilesFromRoot(root string, baseNames []string, joiner func(elts ...string) string) []*File + func NewFile(path, name string) *File + func (d *File) Name() string + func (d *File) Path() string + func (d *File) String() string + func (d *File) Write(tw *tar.Writer) error