peridot/vendor/github.com/pelletier/go-toml/v2/internal/characters/BUILD.bazel
2024-10-16 12:56:53 +02:00

13 lines
398 B
Python

load("@io_bazel_rules_go//go:def.bzl", "go_library")
go_library(
name = "characters",
srcs = [
"ascii.go",
"utf8.go",
],
importmap = "peridot.resf.org/vendor/github.com/pelletier/go-toml/v2/internal/characters",
importpath = "github.com/pelletier/go-toml/v2/internal/characters",
visibility = ["//vendor/github.com/pelletier/go-toml/v2:__subpackages__"],
)