Commit 17a03d86 authored by Matthew Cottingham's avatar Matthew Cottingham Committed by Brad Fitzpatrick

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
parent ef6c922e
...@@ -7,6 +7,9 @@ ...@@ -7,6 +7,9 @@
// //
// The sql package must be used in conjunction with a database driver. // The sql package must be used in conjunction with a database driver.
// See http://golang.org/s/sqldrivers for a list of drivers. // 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 package sql
import ( import (
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment