peridot/vendor/github.com/inconshreveable/mousetrap/BUILD.bazel

14 lines
375 B
Python
Raw Normal View History

2022-07-07 20:11:50 +00:00
load("@io_bazel_rules_go//go:def.bzl", "go_library")
go_library(
name = "mousetrap",
srcs = [
"trap_others.go",
"trap_windows.go",
"trap_windows_1.4.go",
],
importmap = "peridot.resf.org/vendor/github.com/inconshreveable/mousetrap",
importpath = "github.com/inconshreveable/mousetrap",
visibility = ["//visibility:public"],
)