]> Cypherpunks repositories - gostls13.git/commit
cmd/internal/objabi: delete doc.go
authorCherry Zhang <cherryyz@google.com>
Sat, 22 Aug 2020 18:31:49 +0000 (14:31 -0400)
committerCherry Zhang <cherryyz@google.com>
Wed, 26 Aug 2020 15:05:43 +0000 (15:05 +0000)
commit3ffa1381ec6e44ce1858da8c26267f2888480a4d
treea6e13febe24962aa810c79c7ae8cfadab3046216
parent03eb7e20e4d4d0a9cc3d34787049f101c9f72761
cmd/internal/objabi: delete doc.go

cmd/internal/objabi/doc.go has comments decribing the (old)
object file format. But cmd/internal/objabi has nothing to do
with object files, and never did. Delete.

Move some comment to cmd/internal/goobj, where the (new) object
file format is actually defined, and update to reflect the
current status.

Change-Id: Ied96089df4be35e5d259a572ed60ee00f2cd0d1d
Reviewed-on: https://go-review.googlesource.com/c/go/+/249958
Reviewed-by: Than McIntosh <thanm@google.com>
src/cmd/internal/goobj/objfile.go
src/cmd/internal/objabi/doc.go [deleted file]