Documentation ¶
Index ¶
Constants ¶
View Source
const (
// LinkDepsFilename is the standard file name for link.deps files.
LinkDepsFilename = "link.deps"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LinkDeps ¶
type LinkDeps struct {
// contains filtered or unexported fields
}
LinkDeps represents the contents of a link.deps file.
func FromArchive ¶
FromArchive reads a link.deps file from the provided Go archive file. Returns an empty LinkDeps if the archive does not contain a link.deps file.
func (*LinkDeps) Dependencies ¶
Dependencies returns all import paths registered in this LinkDeps instance.
Click to show internal directories.
Click to hide internal directories.