mirror of
https://github.com/golang/go
synced 2024-11-12 05:40:22 -07:00
parent
f07a9e43e8
commit
ef7c370a20
@ -1467,7 +1467,7 @@ func (p *ByteSlice) Write(data []byte) (n int, err os.Error) {
|
||||
slice := *p;
|
||||
// Again as above.
|
||||
*p = slice;
|
||||
return len(data), nil)
|
||||
return len(data), nil;
|
||||
}
|
||||
</pre>
|
||||
<p>
|
||||
|
Loading…
Reference in New Issue
Block a user