Documentation
¶
Overview ¶
Package paths resolves manifest paths within a project root.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Resolved ¶
type Resolved struct {
// Root is the absolute project root directory (the manifest's
// directory).
Root string
// Entry is the absolute path to manifest.Entry, or "" if unset.
Entry string
// Output is the absolute path to manifest.Output, or "" if unset.
Output string
// IncludeRoots are de-duplicated and retain declaration order.
IncludeRoots []string
// GeneratedFiles lists known generated project files.
GeneratedFiles []string
}
Resolved contains normalized absolute project paths.
Click to show internal directories.
Click to hide internal directories.