peridot/vendor/github.com/inconshreveable/mousetrap/BUILD.bazel
2024-10-16 12:56:53 +02:00

13 lines
344 B
Python

load("@io_bazel_rules_go//go:def.bzl", "go_library")
go_library(
name = "mousetrap",
srcs = [
"trap_others.go",
"trap_windows.go",
],
importmap = "peridot.resf.org/vendor/github.com/inconshreveable/mousetrap",
importpath = "github.com/inconshreveable/mousetrap",
visibility = ["//visibility:public"],
)