diff --git a/cmd/camdbinit/camdbinit.go b/cmd/camdbinit/camdbinit.go index 755311597..f3f4fcdc9 100644 --- a/cmd/camdbinit/camdbinit.go +++ b/cmd/camdbinit/camdbinit.go @@ -23,7 +23,7 @@ import ( "os" "strings" - "camlistore.org/pkg/mysqlindexer" + "camlistore.org/pkg/index/mysql" _ "camlistore.org/third_party/github.com/ziutek/mymysql/godrv" ) diff --git a/pkg/index/mysql/mysqlindexer.go b/pkg/index/mysql/mysqlindexer.go index 22ffadcb1..ee009348c 100644 --- a/pkg/index/mysql/mysqlindexer.go +++ b/pkg/index/mysql/mysqlindexer.go @@ -15,6 +15,8 @@ limitations under the License. */ package mysqlindexer +// TODO(bradfitz): rename this package to be consistent with the directory name. +// Also, make a script to verify this for all camlistore packages. import ( "database/sql"