peridot/vendor/github.com/saintfish/chardet/BUILD.bazel

18 lines
432 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 = "chardet",
srcs = [
"2022.go",
"detector.go",
"multi_byte.go",
"recognizer.go",
"single_byte.go",
"unicode.go",
"utf8.go",
],
importmap = "peridot.resf.org/vendor/github.com/saintfish/chardet",
importpath = "github.com/saintfish/chardet",
visibility = ["//visibility:public"],
)