golang.org/x/mod/module.Version.Path (field)
9 uses
golang.org/x/mod/module (current package)
module.go#L115: Path string
module.go#L132: return m.Path
module.go#L134: return m.Path + "@" + m.Version
module.go#L148: if errors.As(err, &mErr) && mErr.Path == v.Path && mErr.Version == v.Version {
module.go#L152: Path: v.Path,
module.go#L662: if i.Path != j.Path {
module.go#L663: return strings.Compare(i.Path, j.Path)
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)