aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Gerrand <adg@golang.org>2013-11-01 11:18:03 +1100
committerBrad Fitzpatrick <bradfitz@golang.org>2013-11-01 11:18:03 +1100
commit7191e085990417cb17e51a61470debdea6297b5a (patch)
tree8000a53192e13768e9fb34c34723e78d3af8a541
parent09115399379341f285d02379fc9614886ef21d06 (diff)
downloadgo-7191e085990417cb17e51a61470debdea6297b5a.tar.gz
go-7191e085990417cb17e51a61470debdea6297b5a.zip
[release-branch.go1.2] database/sql: link to wiki in package docs
««« 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
-rw-r--r--src/pkg/database/sql/sql.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/pkg/database/sql/sql.go b/src/pkg/database/sql/sql.go
index 3047735acc..f7b4f8cdab 100644
--- a/src/pkg/database/sql/sql.go
+++ b/src/pkg/database/sql/sql.go
@@ -7,6 +7,9 @@
//
// The sql package must be used in conjunction with a database driver.
// See http://golang.org/s/sqldrivers for a list of drivers.
+//
+// For more usage examples, see the wiki page at
+// http://golang.org/s/sqlwiki.
package sql
import (