golang.org/x/pkgsite/internal/frontend.MainDetails.ImportedByCount (field)

3 uses

	golang.org/x/pkgsite/internal/frontend (current package)
		main.go#L62: 	ImportedByCount int
		main.go#L217: 		ImportedByCount:   unit.NumImportedBy,
		unit.go#L211: 		page.MetaDescription = metaDescription(strconv.Itoa(main.ImportedByCount))