• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1blueprint_go_binary {
2    name: "diff_target_files",
3    srcs: [
4        "compare.go",
5        "diff_target_files.go",
6        "glob.go",
7        "target_files.go",
8        "whitelist.go",
9        "zip_artifact.go",
10    ],
11    testSrcs: [
12        "compare_test.go",
13        "glob_test.go",
14        "whitelist_test.go",
15    ],
16}
17