peridot/vendor/github.com/spf13/cast/BUILD.bazel

13 lines
295 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 = "cast",
srcs = [
"cast.go",
"caste.go",
],
importmap = "peridot.resf.org/vendor/github.com/spf13/cast",
importpath = "github.com/spf13/cast",
visibility = ["//visibility:public"],
)