// tarDir takes a source and variable writers and walks 'source' writing each file // found to the tar writer. func tarDir(dir, outpath string) error { … }
// tarDir takes a source and variable writers and walks 'source' writing each file // found to the tar writer. func tarDir(dir, outpath string) error { … }