mirror of
https://github.com/golang/go
synced 2024-11-26 15:46:54 -07:00
db0b6a85c2
For #62384
Change-Id: I61529efe3a59b13606479b74af6cbff61c9efb6e
GitHub-Last-Rev: f188b91978
GitHub-Pull-Request: golang/go#68763
Reviewed-on: https://go-review.googlesource.com/c/go/+/603815
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Reviewed-by: David Chase <drchase@google.com>
Auto-Submit: Ian Lance Taylor <iant@golang.org>
6 lines
383 B
Plaintext
6 lines
383 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
|
|
pkg net/url, method (*URL) AppendBinary([]uint8) ([]uint8, error) #62384
|