load("@rules_go//go:def.bzl", "go_library") go_library( name = "testing", srcs = ["testing.go"], importpath = "github.com/google/android-cuttlefish/frontend/src/host_orchestrator/orchestrator/testing", visibility = ["//visibility:public"], )