mirror of
https://github.com/openfaas/faas.git
synced 2025-06-19 12:36:40 +00:00
Update vendoring via vndr
This commit is contained in:
2
gateway/vendor/github.com/golang/protobuf/proto/text_parser.go
generated
vendored
2
gateway/vendor/github.com/golang/protobuf/proto/text_parser.go
generated
vendored
@ -865,7 +865,7 @@ func (p *textParser) readAny(v reflect.Value, props *Properties) error {
|
||||
return p.readStruct(fv, terminator)
|
||||
case reflect.Uint32:
|
||||
if x, err := strconv.ParseUint(tok.value, 0, 32); err == nil {
|
||||
fv.SetUint(uint64(x))
|
||||
fv.SetUint(x)
|
||||
return nil
|
||||
}
|
||||
case reflect.Uint64:
|
||||
|
Reference in New Issue
Block a user