]> Cypherpunks repositories - gostls13.git/commit
cmd/internal/obj: remove use of package bio
authorMatthew Dempsky <mdempsky@google.com>
Wed, 13 Apr 2016 00:58:46 +0000 (17:58 -0700)
committerMatthew Dempsky <mdempsky@google.com>
Thu, 14 Apr 2016 17:58:33 +0000 (17:58 +0000)
commit045411e6f28c64e6448a2432fa652cc80ca18f31
treee5cb1a65c715f68b32e2e7a3c50538d3aacc3540
parentb623b71509b2d24df915d5bc68602e1c6edf38ca
cmd/internal/obj: remove use of package bio

Also add MustClose and MustWriter to cmd/internal/bio, and use them in
cmd/asm.

Change-Id: I07f5df3b66c17bc5b2e6ec9c4357d9b653e354e0
Reviewed-on: https://go-review.googlesource.com/21938
Run-TryBot: Matthew Dempsky <mdempsky@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/asm/main.go
src/cmd/compile/internal/gc/obj.go
src/cmd/internal/bio/buf.go
src/cmd/internal/bio/must.go [new file with mode: 0644]
src/cmd/internal/obj/objfile.go