peridot/vendor/github.com/munnerz/goautoneg/BUILD.bazel

10 lines
282 B
Python
Raw Normal View History

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