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

14 lines
340 B
Python

load("@io_bazel_rules_go//go:def.bzl", "go_library")
go_library(
name = "robotstxt",
srcs = [
"parser.go",
"robotstxt.go",
"scanner.go",
],
importmap = "peridot.resf.org/vendor/github.com/temoto/robotstxt",
importpath = "github.com/temoto/robotstxt",
visibility = ["//visibility:public"],
)