github.com/googleapis/gnostic v0.4.1
This commit is contained in:
2
vendor/github.com/golang/protobuf/protoc-gen-go/generator/generator.go
generated
vendored
2
vendor/github.com/golang/protobuf/protoc-gen-go/generator/generator.go
generated
vendored
@@ -2062,7 +2062,7 @@ func (g *Generator) generateInternalStructFields(mc *msgCtx, topLevelFields []to
|
||||
|
||||
}
|
||||
|
||||
// generateOneofFuncs adds all the utility functions for oneof, including marshalling, unmarshalling and sizer.
|
||||
// generateOneofFuncs adds all the utility functions for oneof, including marshaling, unmarshaling and sizer.
|
||||
func (g *Generator) generateOneofFuncs(mc *msgCtx, topLevelFields []topLevelField) {
|
||||
ofields := []*oneofField{}
|
||||
for _, f := range topLevelFields {
|
||||
|
2
vendor/github.com/golang/protobuf/protoc-gen-go/generator/internal/remap/remap.go
generated
vendored
2
vendor/github.com/golang/protobuf/protoc-gen-go/generator/internal/remap/remap.go
generated
vendored
@@ -47,7 +47,7 @@ type Location struct {
|
||||
}
|
||||
|
||||
// A Map represents a mapping between token locations in an input source text
|
||||
// and locations in the correspnding output text.
|
||||
// and locations in the corresponding output text.
|
||||
type Map map[Location]Location
|
||||
|
||||
// Find reports whether the specified span is recorded by m, and if so returns
|
||||
|
Reference in New Issue
Block a user