Lorenz Brun | 1cf1795 | 2023-02-13 17:41:59 +0100 | [diff] [blame] | 1 | load("@io_bazel_rules_go//go:def.bzl", "go_library") |
2 | |||||
3 | go_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 | ) |