mirror of
https://github.com/go-kratos/kratos.git
synced 2025-03-17 21:07:54 +02:00
chore: fix a few function names on comments (#2430)
This commit is contained in:
parent
7e896ae4c0
commit
9cc1047c75
@ -200,7 +200,7 @@ func EncodeFieldMask(m protoreflect.Message) (query string) {
|
||||
return
|
||||
}
|
||||
|
||||
// JSONCamelCase converts a snake_case identifier to a camelCase identifier,
|
||||
// jsonCamelCase converts a snake_case identifier to a camelCase identifier,
|
||||
// according to the protobuf JSON specification.
|
||||
// references: https://github.com/protocolbuffers/protobuf-go/blob/master/encoding/protojson/well_known_types.go#L842
|
||||
func jsonCamelCase(s string) string {
|
||||
|
Loading…
x
Reference in New Issue
Block a user