mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-13 09:04:06 -08:00
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__"],
|
||
|
)
|