blob: ac840950a305352e627521e89e5c64782c74d15c [file] [log] [blame]
load("@io_bazel_rules_go//go:def.bzl", "go_library", "go_test")
go_library(
name = "pstore",
srcs = ["pstore.go"],
importpath = "source.monogon.dev/metropolis/pkg/pstore",
visibility = ["//visibility:public"],
)
go_test(
name = "pstore_test",
srcs = ["pstore_test.go"],
embed = [":pstore"],
)