summaryrefslogtreecommitdiff
path: root/src/database/sql/doc.txt
Commit message (Collapse)AuthorAgeFilesLines
* database/sql: fix outdated package name in doc.txtMartin Garton2017-06-301-1/+1
| | | | | | Change-Id: I4417c5a8537095a6464ce919b2e5cb250e179939 Reviewed-on: https://go-review.googlesource.com/47332 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+46
Preparation was in CL 134570043. This CL contains only the effect of 'hg mv src/pkg/* src'. For more about the move, see golang.org/s/go14nopkg.