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) { … }
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) { … }