diff options
Diffstat (limited to 'callback_test.go')
-rw-r--r-- | callback_test.go | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/callback_test.go b/callback_test.go index 5c61f44..714ed60 100644 --- a/callback_test.go +++ b/callback_test.go @@ -1,3 +1,10 @@ +// Copyright (C) 2019 Yasuhiro Matsumoto <mattn.jp@gmail.com>. +// +// Use of this source code is governed by an MIT-style +// license that can be found in the LICENSE file. + +// +build cgo + package sqlite3 import ( |