blob: c90c852a9fcdb906705b224c626744d924023373 [file] [log] [blame]
load("@io_bazel_rules_go//go:def.bzl", "go_library", "go_test")
go_library(
name = "mapsets",
srcs = ["orderedmap.go"],
importpath = "source.monogon.dev/go/types/mapsets",
visibility = ["//visibility:public"],
)
go_test(
name = "mapsets_test",
srcs = ["orderedmap_test.go"],
embed = [":mapsets"],
)