load("@io_bazel_rules_go//go:def.bzl", "go_library") | |
go_library( | |
name = "ref", | |
srcs = ["ref.go"], | |
cgo = True, | |
gc_goopts = ["-d=libfuzzer"], | |
importpath = "source.monogon.dev/metropolis/pkg/bootparam/ref", | |
visibility = ["//visibility:public"], | |
deps = ["//metropolis/pkg/bootparam"], | |
) |