diff options
Diffstat (limited to 'error.go')
-rw-r--r-- | error.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ // // Use of this source code is governed by an MIT-style // license that can be found in the LICENSE file. + package sqlite3 import "C" |