diff options
Diffstat (limited to 'sqlite3_go113_test.go')
-rw-r--r-- | sqlite3_go113_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sqlite3_go113_test.go b/sqlite3_go113_test.go index 28d404c..f38d6d1 100644 --- a/sqlite3_go113_test.go +++ b/sqlite3_go113_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 go1.13 && cgo // +build go1.13,cgo package sqlite3 |