From 815ca4d336e254a4869946343460afc8ff6b21c7 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Wed, 27 Nov 2013 01:05:38 +0000 Subject: libgo: Update to current Go library. From-SVN: r205426 --- libgo/go/database/sql/driver/driver.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libgo/go/database/sql/driver') diff --git a/libgo/go/database/sql/driver/driver.go b/libgo/go/database/sql/driver/driver.go index d7ca94f..0828e63 100644 --- a/libgo/go/database/sql/driver/driver.go +++ b/libgo/go/database/sql/driver/driver.go @@ -140,8 +140,8 @@ type Stmt interface { } // ColumnConverter may be optionally implemented by Stmt if the -// the statement is aware of its own columns' types and can -// convert from any type to a driver Value. +// statement is aware of its own columns' types and can convert from +// any type to a driver Value. type ColumnConverter interface { // ColumnConverter returns a ValueConverter for the provided // column index. If the type of a specific column isn't known -- cgit v1.1