mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
cmd: replace bio.Buf with bio.Reader and bio.Writer
Replace the bidirectional bio.Buf type with a pair of unidirectional buffered seekable Reader and Writers. Change-Id: I86664a06f93c94595dc67c2cbd21356feb6680ef Reviewed-on: https://go-review.googlesource.com/21720 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> Run-TryBot: Dave Cheney <dave@cheney.net> TryBot-Result: Gobot Gobot <gobot@golang.org>
This commit is contained in:
parent
d22357ce9d
commit
8f2edf1199
14 changed files with 154 additions and 131 deletions
|
|
@ -629,7 +629,7 @@ type Link struct {
|
|||
Flag_shared int32
|
||||
Flag_dynlink bool
|
||||
Flag_optimize bool
|
||||
Bso *bio.Buf
|
||||
Bso *bio.Writer
|
||||
Pathname string
|
||||
Goroot string
|
||||
Goroot_final string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue