mirror of https://github.com/golang/go.git
parent
3c5dbb036b
commit
bcb46c8560
|
|
@ -1441,7 +1441,7 @@ then make the receiver for the method a value of that type.
|
|||
<pre>
|
||||
type ByteSlice []byte
|
||||
|
||||
func (slice ByteSlice) Append(data []byte) []slice {
|
||||
func (slice ByteSlice) Append(data []byte) []byte {
|
||||
// Body exactly the same as above
|
||||
}
|
||||
</pre>
|
||||
|
|
|
|||
Loading…
Reference in New Issue