...

Text file src/github.com/grpc-ecosystem/grpc-gateway/internal/casing/BUILD.bazel

Documentation: github.com/grpc-ecosystem/grpc-gateway/internal/casing

     1load("@io_bazel_rules_go//go:def.bzl", "go_library")
     2
     3go_library(
     4    name = "go_default_library",
     5    srcs = ["camel.go"],
     6    importpath = "github.com/grpc-ecosystem/grpc-gateway/internal/casing",
     7    visibility = ["//:__subpackages__"],
     8)

View as plain text