1
0
mirror of https://github.com/golang/go synced 2024-09-25 01:20:13 -06: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:
Benny Siegert 2011-11-25 10:57:10 -05:00 committed by Brad Fitzpatrick
parent 1f83c2b6d5
commit 5519b5d716

View File

@ -7,7 +7,7 @@
//
// 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:
//
// int64