golang.org/x/pkgsite/internal/proxydatasource.DataSource.getModule (method)
4 uses
golang.org/x/pkgsite/internal/proxydatasource (current package)
datasource.go#L88: func (ds *DataSource) getModule(ctx context.Context, modulePath, version string, _ internal.BuildContext) (_ *internal.Module, err error) {
datasource.go#L184: m, err = ds.getModule(ctx, modulePath, version, bc)
details.go#L27: m, err := ds.getModule(ctx, modulePath, version, internal.BuildContext{})
details.go#L46: m, err := ds.getModule(ctx, inModulePath, inVersion, internal.BuildContext{})
 |
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. |