mirror of https://github.com/golang/go.git
add issue
Change-Id: I6f0ccf669228f4dae769c2a791c7b556939f1afc
This commit is contained in:
parent
307e249866
commit
66abbf54dc
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue