const golang.org/x/pkgsite/internal/stdlib.ModulePath

55 uses

	golang.org/x/pkgsite/internal/stdlib (current package)
		stdlib.go#L38: const ModulePath = "std"
		stdlib.go#L337: 	prefixPath := ModulePath + "@" + resolvedVersion

	golang.org/x/pkgsite/internal
		discovery.go#L140: 	if modulePath == stdlib.ModulePath {

	golang.org/x/pkgsite/internal/fetch
		fetch.go#L192: 	if fr.ModulePath == stdlib.ModulePath {
		fetch.go#L212: 	if fr.ModulePath == stdlib.ModulePath {
		fetch.go#L250: 	if modulePath == stdlib.ModulePath {
		fetch.go#L262: 	if modulePath == stdlib.ModulePath {
		fetch.go#L271: 	if modulePath == stdlib.ModulePath {
		fetch.go#L272: 		return stdlib.ModulePath, nil, nil
		latest.go#L56: 	if modulePath == stdlib.ModulePath {
		load.go#L75: 	if modulePath == stdlib.ModulePath {
		load.go#L236: 		if modulePath == stdlib.ModulePath && innerPath == "builtin" {
		unit.go#L31: 		} else if modulePath == stdlib.ModulePath {
		unit.go#L41: 		if modulePath == stdlib.ModulePath {
		unit.go#L77: 		if modulePath == stdlib.ModulePath {

	golang.org/x/pkgsite/internal/frontend
		breadcrumb.go#L18: 	if um.ModulePath == stdlib.ModulePath && um.Path != stdlib.ModulePath {
		breadcrumb.go#L44: 	if pkgPath == stdlib.ModulePath {
		breadcrumb.go#L50: 	if modPath == stdlib.ModulePath {
		directory.go#L133: 		if um.Path == stdlib.ModulePath && strings.HasPrefix(pm.Path, "cmd/") {
		doc.go#L34: 	if u.ModulePath == stdlib.ModulePath {
		doc.go#L62: 	if modulePath != stdlib.ModulePath {
		header.go#L29: 	case um.Path == stdlib.ModulePath:
		header.go#L45: 	if um.Path == stdlib.ModulePath {
		header.go#L64: 	if um.Path == stdlib.ModulePath {
		symbol.go#L302: 			if vd.ThisModule[0].ModulePath == stdlib.ModulePath {
		unit.go#L266: 	if fullPath == modulePath || modulePath == stdlib.ModulePath {
		urlinfo.go#L150: 		modulePath: stdlib.ModulePath,
		versions.go#L96: 	if modulePath == stdlib.ModulePath || experiment.IsActive(ctx, internal.ExperimentSymbolHistoryVersionsPage) {
		versions.go#L106: 		if mi.ModulePath == stdlib.ModulePath {
		versions.go#L158: 		if mi.ModulePath == stdlib.ModulePath {
		versions.go#L348: 	if modulePath == stdlib.ModulePath {
		versions.go#L362: 	if modulePath == stdlib.ModulePath {

	golang.org/x/pkgsite/internal/godoc
		render.go#L65: 	if modInfo.ModulePath == stdlib.ModulePath {
		render.go#L77: 	if modInfo.ModulePath == stdlib.ModulePath && importPath == "builtin" {
		render.go#L177: 		if modulePath == stdlib.ModulePath {
		render.go#L221: 	if u.ModulePath == stdlib.ModulePath {

	golang.org/x/pkgsite/internal/postgres
		insert_module.go#L785: 	if m.ModulePath != stdlib.ModulePath {
		licenses.go#L65: 		if modulePath == stdlib.ModulePath {
		search.go#L818: 		if (fromMod == stdlib.ModulePath && stdlib.Contains(to)) || strings.HasPrefix(to+"/", fromMod+"/") {
		stdlib.go#L42: 	return collectStrings(ctx, db.db, q, stdlib.ModulePath, suffix)
		symbol_history.go#L29: 	if modulePath == stdlib.ModulePath {
		unit.go#L395: 		if fullPath == stdlib.ModulePath || pkg.Path == fullPath || strings.HasPrefix(pkg.Path, fullPath+"/") {
		unit.go#L522: 		if r.Filepath != "" && um.ModulePath != stdlib.ModulePath {
		unit.go#L541: 		if um.ModulePath == stdlib.ModulePath {

	golang.org/x/pkgsite/internal/source
		source.go#L272: 	if modulePath == stdlib.ModulePath {

	golang.org/x/pkgsite/internal/testing/sample
		sample.go#L200: 	if modulePath == stdlib.ModulePath {
		sample.go#L243: 	if m.ModulePath != stdlib.ModulePath && !strings.HasPrefix(pkg.Path, m.ModulePath) {
		sample.go#L249: 	if m.ModulePath == stdlib.ModulePath {
		sample.go#L367: 	if modulePath != stdlib.ModulePath {

	golang.org/x/pkgsite/internal/worker
		fetch.go#L309: 	if modulePath == stdlib.ModulePath && requestedVersion == internal.MainVersion {
		server.go#L474: 	vm, err := s.db.GetVersionMap(r.Context(), stdlib.ModulePath, "master")
		server.go#L479: 		if _, err := s.queue.ScheduleFetch(r.Context(), stdlib.ModulePath, "master", "", false); err != nil {
		server.go#L483: 	return s.db.DeletePseudoversionsExcept(r.Context(), stdlib.ModulePath, vm.ResolvedVersion)
		server.go#L503: 		if _, err := s.queue.ScheduleFetch(ctx, stdlib.ModulePath, v, suffix, false); err != nil {