add issue

Change-Id: I6f0ccf669228f4dae769c2a791c7b556939f1afc
This commit is contained in:
Mateusz Poliwczak 2024-07-28 16:43:35 +02:00
parent 307e249866
commit 66abbf54dc
1 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
pkg encoding, type BinaryAppender interface { AppendBinary }
pkg encoding, type BinaryAppender interface, AppendBinary([]uint8) ([]uint8, error)
pkg encoding, type TextAppender interface { AppendText }
pkg encoding, type TextAppender interface, AppendText([]uint8) ([]uint8, error)
pkg encoding, type BinaryAppender interface { AppendBinary } #62384
pkg encoding, type BinaryAppender interface, AppendBinary([]uint8) ([]uint8, error) #62384
pkg encoding, type TextAppender interface { AppendText } #62384
pkg encoding, type TextAppender interface, AppendText([]uint8) ([]uint8, error) #62384