Refactor tag encoder to optimize buffer reuse, simplify tag marshaling, and improve event handling; enhance tests with additional coverage and example validation.
This commit is contained in:
@@ -74,5 +74,6 @@ func PutBytes(b []byte) {
|
||||
return fmt.Sprintf("returning bytes to buffer: %p", ptr)
|
||||
},
|
||||
)
|
||||
b = b[:0]
|
||||
Put(b)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user