blob: 2418a8284ef08c82cd56dc21b54e20c02f4b00ef [file] [log] [blame]
Lorenz Brun78e59052021-12-15 18:46:18 +01001load("@io_bazel_rules_go//go:def.bzl", "go_library")
2
3go_library(
Lorenz Brund13c1c62022-03-30 19:58:58 +02004 name = "context",
Lorenz Brun78e59052021-12-15 18:46:18 +01005 srcs = ["context.go"],
6 importpath = "source.monogon.dev/metropolis/cli/pkg/context",
7 visibility = ["//visibility:public"],
8)