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
by dsavints:
What does 'go version' print? go version go1.3beta2 +962157789bb0 Tue May 20 21:36:50 2014 -0700 darwin/amd64 What steps reproduce the problem? http://tip.golang.org/src/pkg/database/sql/driver/driver.go?#L137 The comment for function Query says "// Exec executes a query" - surely, cut-and-paste from the previous function http://tip.golang.org/src/pkg/database/sql/driver/driver.go?#L133 What should have happened instead? Comment should say "// Query executes a query [...] Dmitry
The text was updated successfully, but these errors were encountered:
Comment 1:
CL https://golang.org/cl/93520046 mentions this issue.
Sorry, something went wrong.
Comment 2:
This issue was closed by revision 7d4cb4d.
Status changed to Fixed.
database/sql/driver: correct method name in comment
df5cf7d
Fixes golang#8061. LGTM=crawshaw R=golang-codereviews, crawshaw CC=golang-codereviews https://golang.org/cl/93520046
No branches or pull requests
by dsavints:
The text was updated successfully, but these errors were encountered: