golang.org/x/pkgsite/internal.PackageVersionState.PackagePath (field)
9 uses
golang.org/x/pkgsite/internal (current package)
discovery.go#L223: PackagePath string
golang.org/x/pkgsite/internal/fetch
package.go#L143: PackagePath: importPath,
package.go#L157: PackagePath: importPath,
package.go#L226: PackagePath: pkgPath,
golang.org/x/pkgsite/internal/postgres
versionstate.go#L183: return packageVersionStates[i].PackagePath < packageVersionStates[j].PackagePath
versionstate.go#L187: vals = append(vals, pvs.PackagePath, pvs.ModulePath, pvs.Version, pvs.Status, pvs.Error)
versionstate.go#L369: if err := rows.Scan(&s.PackagePath, &s.ModulePath, &s.Version,
versionstate.go#L403: &pvs.PackagePath, &pvs.ModulePath, &pvs.Version,
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |