func golang.org/x/pkgsite/internal/frontend.checkExcluded

2 uses

	golang.org/x/pkgsite/internal/frontend (current package)
		details.go#L72: 	if err := checkExcluded(ctx, ds, urlInfo.fullPath); err != nil {
		urlinfo.go#L192: func checkExcluded(ctx context.Context, ds internal.DataSource, fullPath string) error {