feat(transcode): add a generic transcoding package for encoding/decoding/caching
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
go test fuzz v1
|
||||
byte('Y')
|
||||
byte('\x05')
|
||||
@@ -0,0 +1,3 @@
|
||||
go test fuzz v1
|
||||
byte('\x15')
|
||||
byte('}')
|
||||
@@ -0,0 +1,3 @@
|
||||
go test fuzz v1
|
||||
byte('\a')
|
||||
byte('\x02')
|
||||
Reference in New Issue
Block a user