Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
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.
func GetMetaImport ¶
func GetMetaImport(url string) (*MetaImport, error)
func (*MetaImport) OrgRepo ¶
func (m *MetaImport) OrgRepo() (string, string)
Click to show internal directories.
Click to hide internal directories.