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
go version
$ go version
go env
Chrome/Ubuntu
$ go env
When I go to https://cs.opensource.google/go/go/+/refs/tags/go1.17.8:src/database/sql/sql.go;l=1792 I click on "QueryRowContext"
I expect to be taken to the defintion of that method
I am taken instead to https://cs.opensource.google/go/go/+/refs/tags/go1.17.8:src/database/sql/sql.go;l=1814 Which is an unrelated call inside an unrelated method
It was pointed out that the definition for db.QueryRowContext on master is at https://cs.opensource.google/go/go/+/master:src/database/sql/sql.go;l=1814
db.QueryRowContext
master
It appears that the problem is that the javascript is confusing the branches that it is on, it is linking to
The text was updated successfully, but these errors were encountered:
I've submitted this feedback to cs.opensource.google. We can leave this open for visibility, but this is out of scope for pkgsite.
Sorry, something went wrong.
Thanks, I wasn't sure where to raise it
No branches or pull requests
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
What operating system and processor architecture are you using (
go env
)?Chrome/Ubuntu
go env
OutputWhat did you do?
When I go to
https://cs.opensource.google/go/go/+/refs/tags/go1.17.8:src/database/sql/sql.go;l=1792 I click on "QueryRowContext"
What did you expect to see?
I expect to be taken to the defintion of that method
What did you see instead?
I am taken instead to
https://cs.opensource.google/go/go/+/refs/tags/go1.17.8:src/database/sql/sql.go;l=1814
Which is an unrelated call inside an unrelated method
It was pointed out that the definition for
db.QueryRowContext
onmaster
is at https://cs.opensource.google/go/go/+/master:src/database/sql/sql.go;l=1814It appears that the problem is that the javascript is confusing the branches that it is on, it is linking to
The text was updated successfully, but these errors were encountered: