]> Cypherpunks repositories - gostls13.git/commitdiff
database/sql: link to wiki in package docs
authorMatthew Cottingham <mattcottingham@gmail.com>
Thu, 24 Oct 2013 17:13:23 +0000 (10:13 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Thu, 24 Oct 2013 17:13:23 +0000 (10:13 -0700)
Update #5886

R=golang-dev, kamil.kisiel, adg, r, rsc, dave, arnehormann, bradfitz
CC=golang-dev
https://golang.org/cl/14087043

src/pkg/database/sql/sql.go

index 3047735acc414a60a3be092739b24c637f3a5982..f7b4f8cdab8285d8cc98fd0222ffa3f4b68535cb 100644 (file)
@@ -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 (