kubernetes/test/conformance/image/go-runner/tar.go

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