mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
cmd/compile, go/importer: minor cleanups
Change-Id: Ic7a1fb0dbbf108052c970a4a830269a5673df7df Reviewed-on: https://go-review.googlesource.com/21963 Reviewed-by: Matthew Dempsky <mdempsky@google.com>
This commit is contained in:
parent
7d0d122247
commit
eb79f21c48
3 changed files with 27 additions and 34 deletions
|
|
@ -59,9 +59,8 @@ Encoding format:
|
|||
|
||||
The export data starts with a single byte indicating the encoding format
|
||||
(compact, or with debugging information), followed by a version string
|
||||
(so we can evolve the encoding if need be), the name of the imported
|
||||
package, and a string containing platform-specific information for that
|
||||
package.
|
||||
(so we can evolve the encoding if need be), and then the package object
|
||||
for the exported package (with an empty path).
|
||||
|
||||
After this header, two lists of objects and the list of inlined function
|
||||
bodies follows.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue