peridot/vendor/github.com/mitchellh/mapstructure/BUILD.bazel

14 lines
362 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 = "mapstructure",
srcs = [
"decode_hooks.go",
"error.go",
"mapstructure.go",
],
importmap = "peridot.resf.org/vendor/github.com/mitchellh/mapstructure",
importpath = "github.com/mitchellh/mapstructure",
visibility = ["//visibility:public"],
)