mirror of https://github.com/golang/go.git
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