var golang.org/x/pkgsite/internal/frontend.importedByLimit
8 uses
golang.org/x/pkgsite/internal/frontend (current package)
imports.go#L92: importedByLimit = 20001
imports.go#L104: importedBy, err := db.GetImportedBy(ctx, pkgPath, modulePath, importedByLimit)
imports.go#L121: if numImportedBy >= importedByLimit {
imports.go#L122: importedBy = importedBy[:importedByLimit-1]
imports.go#L139: case numImportedBy >= importedByLimit && numImportedBySearch > numImportedBy:
imports.go#L140: display = fmt.Sprintf("%d (displaying %d %s)", numImportedBySearch, importedByLimit-1, pkgword)
imports.go#L143: case numImportedBy >= importedByLimit:
imports.go#L144: display = fmt.Sprintf("%d (displaying more than %d %s, including internal and invalid packages)", numImportedBySearch, importedByLimit-1, pkgword)
 |
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. |