prysm-pulse/slasher/BUILD.bazel
Raul Jordan d215607e55
Add Goland Standard "cmd" Pattern for Slasher Binaries (#8542)
* vis

* gaz

* imports

* slasher img

Co-authored-by: Victor Farazdagi <simple.square@gmail.com>
2021-03-03 18:37:57 +00:00

14 lines
258 B
Python

load("//tools:target_migration.bzl", "moved_targets")
moved_targets(
[
":push_images",
":image_bundle",
":image_with_creation_time",
":image",
":go_default_test",
":slasher",
],
"//cmd/slasher",
)