Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

x/pkgsite: add sourcegraph redirection link for code components #9

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

joshuabezaleel
Copy link

The godoc.org has a "Uses" link that redirects to Sourcegraph website for showing the usage/callers of types, functions, and methods.
This PR implements the same functionality for pkg.go.dev. Much inspired by Quinn's (@sqs) PR on gddo (github.com/golang/gddo/pull/259).
A short demo can be seen at https://youtu.be/OathLmQVM5g.

Fixes #39703

… methods

The godoc.org has a Uses link that redirects to Sourcegraph website for showing the usage/callers of types, functions, and methods.
This PR implements the same funcitonality for pkg.go.dev. Much inspired by Quinn's (sqs) PR on gddo (github.com/golang/gddo/pull/259).
A short demo can be seen at https://youtu.be/OathLmQVM5g.

Fixes #39703
@google-cla google-cla bot added the cla: yes Used by googlebot to label PRs as having a valid CLA. The text of this label should not change. label Oct 9, 2020
@gopherbot
Copy link
Contributor

This PR (HEAD: 049a7d9) has been imported to Gerrit for code review.

Please visit https://go-review.googlesource.com/c/pkgsite/+/260957 to see it.

Tip: You can toggle comments from me using the comments slash command (e.g. /comments off)
See the Wiki page for more info

@gopherbot
Copy link
Contributor

Message from Jonathan Amsterdam:

Patch Set 1:

(3 comments)


Please don’t reply on this GitHub thread. Visit golang.org/cl/260957.
After addressing review feedback, remember to publish your drafts!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes Used by googlebot to label PRs as having a valid CLA. The text of this label should not change.
Projects
None yet
2 participants