blob: 3aa6d953c062b9388cece4a1a6679f3cc098ddfd [file] [log] [blame]
load("@io_bazel_rules_go//go:def.bzl", "go_library", "go_test")
go_library(
name = "jsonpatch",
srcs = ["jsonpatch.go.go"],
importpath = "source.monogon.dev/metropolis/pkg/jsonpatch",
visibility = ["//metropolis:__subpackages__"],
)
go_test(
name = "jsonpatch_test",
srcs = ["jsonpatch_test.go"],
embed = [":jsonpatch"],
)