golang.org/x/tools/go/packages.Module.Path (field)
11 uses
golang.org/x/tools/go/packages (current package)
packages.go#L386: Path string // module path
go.pact.im/x/goupdate
htmlgen.go#L242: if err := g.htmlAnchorText(g.docsURL+m.Path, m.Path); err != nil {
htmlgen.go#L248: if err := g.htmlAnchorText(g.docsURL+m.Path+"@"+m.Version, m.Version); err != nil {
packages.go#L72: p := m.Path
packages.go#L86: return modules[i].Path < modules[j].Path
packages.go#L156: if _, ok := moduleByPath[m.Path]; ok {
textgen.go#L135: if err := g.writeString(m.Path + "@" + m.Version); err != nil {
upgrade.go#L18: deps = append(deps, m.Path)
upgrade.go#L38: log(m.Path + "@" + m.Version + " => " + d.Version)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)