blob: d22540a73c9856b9de2f2b2635221875abd6600b [file] [log] [blame]
Lorenz Brun1cf17952023-02-13 17:41:59 +01001load("@io_bazel_rules_go//go:def.bzl", "go_library")
2
3go_library(
4 name = "ref",
5 srcs = ["ref.go"],
6 cgo = True,
7 gc_goopts = ["-d=libfuzzer"],
8 importpath = "source.monogon.dev/metropolis/pkg/bootparam/ref",
9 visibility = ["//visibility:public"],
10 deps = ["//metropolis/pkg/bootparam"],
11)