blob: 49175ecf8db09c734e65577b00654fda52a7a1dc [file] [log] [blame]
load("@io_bazel_rules_go//go:def.bzl", "go_library")
go_library(
name = "aspecterrors",
srcs = ["errors.go"],
importpath = "aspect.build/cli/pkg/aspecterrors",
visibility = ["//:__subpackages__"],
)