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_windows.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sqlite3_windows.go') diff --git a/sqlite3_windows.go b/sqlite3_windows.go index 322400f..7193dfb 100644 --- a/sqlite3_windows.go +++ b/sqlite3_windows.go @@ -1,4 +1,4 @@ -package sqlite +package sqlite3 /* #cgo CFLAGS: -I. -fno-stack-check -fno-stack-protector -mno-stack-arg-probe -- cgit v1.2.3