mirror of
https://github.com/golang/go
synced 2024-11-25 10:17:57 -07:00
exp/sql/driver: Correct package name in comment.
IIRC, package sql used to be called db. There was one occurrence of the old name in a comment. R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/5431075
This commit is contained in:
parent
1f83c2b6d5
commit
5519b5d716
@ -7,7 +7,7 @@
|
|||||||
//
|
//
|
||||||
// Code simply using databases should use package sql.
|
// Code simply using databases should use package sql.
|
||||||
//
|
//
|
||||||
// Drivers only need to be aware of a subset of Go's types. The db package
|
// Drivers only need to be aware of a subset of Go's types. The sql package
|
||||||
// will convert all types into one of the following:
|
// will convert all types into one of the following:
|
||||||
//
|
//
|
||||||
// int64
|
// int64
|
||||||
|
Loading…
Reference in New Issue
Block a user