go-common/vendor/google.golang.org/grpc/benchmark/stats/BUILD.bazel.in

13 lines
285 B
Python
Raw Normal View History

2019-04-22 10:49:16 +00:00
load("@io_bazel_rules_go//go:def.bzl", "go_library")
go_library(
name = "go_default_library",
srcs = [
"histogram.go",
"stats.go",
"util.go",
],
importpath = "google.golang.org/grpc/benchmark/stats",
visibility = ["//visibility:public"],
)