...

Text file src/github.com/grpc-ecosystem/grpc-gateway/v2/internal/casing/README.md

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

     1# Case conversion
     2
     3This package contains two functions:
     4- `Camel` copied from the `github.com/golang/protobuf/protoc-gen-go/generator` package.
     5- `JSONCamelCase` copied from the `github.com/protocolbuffers/protobuf-go/internal/strs` package.
     6
     7Both these modules are licensed by The Go Authors, as reflected in this package's [LICENSE.md].

View as plain text