Home | History | Annotate | Download | only in diff_target_files

Lines Matching refs:Files

22 // compareTargetFiles takes two ZipArtifacts and compares the files they contain by examining
25 priZipFiles, err := priZip.Files()
30 refZipFiles, err := refZip.Files()
51 // zipDiff contains the list of files that differ between two zip files.
57 // String pretty-prints the list of files that differ between two zip files.
70 must(fmt.Fprintln(buf, "files modified:"))
78 must(fmt.Fprintln(buf, "files removed:"))
86 must(fmt.Fprintln(buf, "files added:"))