mirror of https://github.com/golang/go.git
5 lines
310 B
Plaintext
5 lines
310 B
Plaintext
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
|