From ff8e6729ce0628c3da97bd8e85c636f3645c2516 Mon Sep 17 00:00:00 2001 From: Jochen Voss Date: Thu, 20 Jun 2013 21:52:38 +0100 Subject: Start work on introducing machine-readable error codes. This commit introduces a new type 'ErrNo', implementing the error interface. Constants for all sqlite3 error codes are provided in the new source file "error.go". --- sqlite3_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sqlite3_test.go') diff --git a/sqlite3_test.go b/sqlite3_test.go index be337ae..f614cef 100644 --- a/sqlite3_test.go +++ b/sqlite3_test.go @@ -1,4 +1,4 @@ -package sqlite +package sqlite3 import ( "crypto/rand" -- cgit v1.2.3