mirror of
https://github.com/golang/go.git
synced 2025-05-05 15:43:04 +00:00
Previously, if we failed to find an item's documentation, we would not return the item at all. It seems better to do a best-effort approach, i.e. return the item without documentation. Fixes golang/go#35406 Change-Id: I896ffda2fc79b9210f0d83311808114d0e686820 Reviewed-on: https://go-review.googlesource.com/c/tools/+/205862 Run-TryBot: Rebecca Stambler <rstambler@golang.org> Run-TryBot: Heschi Kreinick <heschi@google.com> Reviewed-by: Heschi Kreinick <heschi@google.com>