refactor(all): use encoding.AppendBinary
rather then custom things
#4079
Labels
encoding.AppendBinary
rather then custom things
#4079
Implementation ideas
Go 1.24 will give us a useful interface that will simplify work during serialization golang/go#62384
We have ~14 uses of
appendTo
methods which we can easily adapt to the new stdlib interface.This issues should happen after #3773 merge
The text was updated successfully, but these errors were encountered: