load("@io_bazel_rules_go//go:def.bzl", "go_library") go_library( name = "hack", srcs = [ "doc.go", "hack.go", ], importpath = "edge-infra.dev/pkg/tools/hack", visibility = ["//visibility:public"], deps = [ "//pkg/lib/build/bazel", "@com_github_peterbourgon_ff_v3//:ff", "@com_github_peterbourgon_ff_v3//ffcli", ], )