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
This commit is contained in:
Matthew Cottingham 2013-10-24 10:13:23 -07:00 committed by Brad Fitzpatrick
parent ef6c922edf
commit 17a03d8650

View 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 (