github.phpd.cn/thought-machine/please@v12.2.0+incompatible/tools/please_diff_graphs/BUILD (about) 1 go_binary( 2 name = 'please_diff_graphs', 3 srcs = ['plz_diff_graphs_main.go'], 4 deps = [ 5 '//src/cli', 6 '//third_party/go:logging', 7 '//tools/please_diff_graphs/diff', 8 ], 9 visibility = ['PUBLIC'], 10 )