mirror of
https://github.com/rocky-linux/peridot.git
synced 2024-11-24 06:01:25 +00:00
15 lines
398 B
Python
15 lines
398 B
Python
|
load("@io_bazel_rules_go//go:def.bzl", "go_library")
|
||
|
|
||
|
go_library(
|
||
|
name = "httpsnoop",
|
||
|
srcs = [
|
||
|
"capture_metrics.go",
|
||
|
"docs.go",
|
||
|
"wrap_generated_gteq_1.8.go",
|
||
|
"wrap_generated_lt_1.8.go",
|
||
|
],
|
||
|
importmap = "peridot.resf.org/vendor/github.com/felixge/httpsnoop",
|
||
|
importpath = "github.com/felixge/httpsnoop",
|
||
|
visibility = ["//visibility:public"],
|
||
|
)
|