We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
1.8rc3
go env
N/A
https://beta.golang.org/doc/go1.8#database_sql
Documentation mentioning DB.BeginTx().
DB.BeginTx()
Documentation mentioning non-existant DB.BeginContext(). Probably forgot to update documentation as part of #18284.
DB.BeginContext()
The text was updated successfully, but these errors were encountered:
CL https://golang.org/cl/35915 mentions this issue.
Sorry, something went wrong.
6bdb0c1
No branches or pull requests
What version of Go are you using (
go version
)?1.8rc3
What operating system and processor architecture are you using (
go env
)?N/A
What did you do?
https://beta.golang.org/doc/go1.8#database_sql
What did you expect to see?
Documentation mentioning
DB.BeginTx()
.What did you see instead?
Documentation mentioning non-existant
DB.BeginContext()
. Probably forgot to update documentation as part of #18284.The text was updated successfully, but these errors were encountered: