This commit is contained in:
mattn
2013-05-11 21:45:48 +09:00
parent d93259577c
commit f1d58ee64a
2 changed files with 2 additions and 3 deletions

View File

@@ -99,7 +99,7 @@ type SQLiteStmt struct {
// Result struct. // Result struct.
type SQLiteResult struct { type SQLiteResult struct {
id int64 id int64
changes int64 changes int64
} }

View File

@@ -407,4 +407,3 @@ func TestBoolean(t *testing.T) {
t.Error("Expected error from \"nonsense\" bool") t.Error("Expected error from \"nonsense\" bool")
} }
} }