golang.org/x/pkgsite/internal.ModuleInfo.SeriesPath (method)

5 uses

	golang.org/x/pkgsite/internal (current package)
		discovery.go#L88: func (v *ModuleInfo) SeriesPath() string {

	golang.org/x/pkgsite/internal/frontend
		directory.go#L108: 		if m.SeriesPath() == internal.SeriesPathForModule(um.ModulePath) {
		directory.go#L114: 		suffix := internal.Suffix(m.SeriesPath(), um.Path)
		versions.go#L129: 	suffix := internal.Suffix(v1Path, mi.SeriesPath())

	golang.org/x/pkgsite/internal/postgres
		insert_module.go#L249: 		m.SeriesPath(),