diff options
Diffstat (limited to 'error_test.go')
-rw-r--r-- | error_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/error_test.go b/error_test.go index 3cfad06..0ff14c1 100644 --- a/error_test.go +++ b/error_test.go @@ -3,6 +3,7 @@ // Use of this source code is governed by an MIT-style // license that can be found in the LICENSE file. +//go:build cgo // +build cgo package sqlite3 |