mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
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:
parent
ef6c922edf
commit
17a03d8650
1 changed files with 3 additions and 0 deletions
|
|
@ -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 (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue