func golang.org/x/pkgsite/internal/fetch.LatestModuleVersions
3 uses
golang.org/x/pkgsite/internal/fetch (current package)
latest.go#L47: func LatestModuleVersions(ctx context.Context, modulePath string, prox *proxy.Client, hasGoMod func(v string) (bool, error)) (info *internal.LatestModuleVersions, err error) {
golang.org/x/pkgsite/internal/proxydatasource
datasource.go#L112: lmv, err := fetch.LatestModuleVersions(ctx, modulePath, ds.proxyClient, nil)
golang.org/x/pkgsite/internal/worker
fetch.go#L418: lmv, err := fetch.LatestModuleVersions(ctx, modulePath, f.ProxyClient, func(v string) (bool, error) {
 |
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. |