peridot/vendor/github.com/spf13/cast/BUILD.bazel
2022-07-07 22:13:21 +02:00

13 lines
295 B
Python

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"],
)