-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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
database/sql: improve package documentation #5886
Labels
Milestone
Comments
I can take this on if nobody else is currently working on it. I plan to extend the docs with an overview (using http://golang.org/src/pkg/database/sql/doc.txt as a reference), example connections, more example queries, and how to handle returned data/errors. |
As a first step I propose renaming http://golang.org/src/pkg/database/sql/doc.txt to doc.go and formatting/extending it so that it can serve as package documentation. Is this a good way to proceed or should that file be kept as-is? |
This issue was updated by revision 17a03d8. R=golang-dev, kamil.kisiel, adg, r, rsc, dave, arnehormann, bradfitz CC=golang-dev https://golang.org/cl/14087043 Committer: Brad Fitzpatrick |
This issue was updated by revision 220dfbb528c6. R=golang-dev, kamil.kisiel, adg, r, rsc, dave, arnehormann, bradfitz CC=golang-dev https://golang.org/cl/14087043 Committer: Brad Fitzpatrick <bradfitz@golang.org> »»» R=golang-dev CC=golang-dev https://golang.org/cl/20610043 |
As discussed[1], another CL will be incoming with executable examples. There's still the question of whether the link to the wiki page and more examples is sufficient to close this issue. [1]https://golang.org/cl/14087043 |
CL https://golang.org/cl/100560043 mentions this issue. |
This issue was closed by revision 7b103c5. Status changed to Fixed. |
adg
added a commit
that referenced
this issue
May 11, 2015
««« CL 14087043 / 7ebbddd21330 database/sql: link to wiki in package docs Update #5886 R=golang-dev, kamil.kisiel, adg, r, rsc, dave, arnehormann, bradfitz CC=golang-dev https://golang.org/cl/14087043 »»» R=golang-dev CC=golang-dev https://golang.org/cl/20610043
This issue was closed.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The text was updated successfully, but these errors were encountered: