Documentation ¶
Overview ¶
Package archive implements reading of archive files generated by the Go toolchain.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Archive ¶
type Archive struct { Entries []Entry // contains filtered or unexported fields }
type Data ¶
A Data is a reference to data stored in an object file. It records the offset and size of the data, so that a client can read the data only if necessary.
type Entry ¶
Click to show internal directories.
Click to hide internal directories.