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
The following code runs fine in the original package, but panics after replacing it with jsoniter:
func() {
// resp is the structure generated by protobuf// Return json when requested in HexifbyteRes, err:=jsoniter.MarshalIndent(resp, "", "\t"); err==nil {
c.Writer.Write(byteRes)
}
}
The following code runs fine in the original package, but panics after replacing it with jsoniter:
More details
proto:
pkg: google.golang.org/protobuf
// versions:
// protoc-gen-go v1.34.2
// protoc v5.27.2
The text was updated successfully, but these errors were encountered: