You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
../../go/pkg/mod/github.com/segmentio/[email protected]/protocol/decode.go:90:4: v.setFloat64 undefined (type value has no field or method setFloat64)
../../go/pkg/mod/github.com/segmentio/[email protected]/protocol/encode.go:134:19: v.float64 undefined (type value has no field or method float64)
We also need to add these functions to reflect_unsafe.go
The text was updated successfully, but these errors were encountered:
Describe the bug
This development broke unsafe usage,
We also need to add these functions to reflect_unsafe.go
The text was updated successfully, but these errors were encountered: