schnutibox/vendor/github.com/grpc-ecosystem/grpc-gateway/v2/internal/casing/BUILD.bazel
Marvin Steadfast 61bd2f41c7
All checks were successful
continuous-integration/drone/push Build is passing
adds tool dependencies
2021-05-04 08:41:43 +02:00

9 lines
245 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/v2/internal/casing",
visibility = ["//:__subpackages__"],
)