From 5519b5d7165afc39e9d908a3c9ae24f221e38f53 Mon Sep 17 00:00:00 2001 From: Benny Siegert Date: Fri, 25 Nov 2011 10:57:10 -0500 Subject: [PATCH] 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 --- src/pkg/exp/sql/driver/driver.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pkg/exp/sql/driver/driver.go b/src/pkg/exp/sql/driver/driver.go index 1139afa6bb..f0bcca2910 100644 --- a/src/pkg/exp/sql/driver/driver.go +++ b/src/pkg/exp/sql/driver/driver.go @@ -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