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