mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-11 16:14:05 -08:00
c729df3d0f
* Update dependencies Signed-off-by: Ganesh Vernekar <cs15btech11018@iith.ac.in> * Update protos Signed-off-by: Ganesh Vernekar <cs15btech11018@iith.ac.in>
9 lines
242 B
Python
9 lines
242 B
Python
load("@io_bazel_rules_go//go:def.bzl", "go_library")
|
|
|
|
go_library(
|
|
name = "go_default_library",
|
|
srcs = ["camel.go"],
|
|
importpath = "github.com/grpc-ecosystem/grpc-gateway/internal/casing",
|
|
visibility = ["//:__subpackages__"],
|
|
)
|