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

func TestTar(t *testing.T) {}

// readAllTar walks all of the files in the archive. It returns a map
// of filenames and their contents and any error encountered.
func readAllTar(tarPath string) (map[string]string, error) {}