named argument

Change-Id: I5bd7364a71cf0293c9c3b06de6e85632c4aa4a43
This commit is contained in:
Mateusz Poliwczak 2024-07-29 17:22:52 +02:00
parent 0eb1bae085
commit d6beafaa76
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ type BinaryAppender interface {
// (allocating a larger slice if necessary) and returns the updated slice.
//
// Implementations must not retain b, nor mutate any bytes within b[:len(b)].
AppendBinary([]byte) ([]byte, error)
AppendBinary(b []byte) ([]byte, error)
}
// TextMarshaler is the interface implemented by an object that can