Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Meta ¶
type Meta struct { Package string Import MetaImport Source MetaSource }
type MetaImport ¶
type MetaImport struct {
Prefix, VCS, RepoRoot string
}
MetaImport represents the parsed <meta name="go-import" content="prefix vcs reporoot" /> tags from HTML files.
See cmd/go/internal/get/vcs.go (metaImport).
type MetaSource ¶
type MetaSource struct {
URL, Dir, File string
}
Click to show internal directories.
Click to hide internal directories.