From 614d7c1fdab4a85687ef72e5e0a35c8c1e1de071 Mon Sep 17 00:00:00 2001 From: James C Kimble Date: Wed, 31 Jan 2018 22:24:37 -0600 Subject: Add static_mock.go to allow building with CGO_ENABLED=0 --- sqlite3.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sqlite3.go') diff --git a/sqlite3.go b/sqlite3.go index 739f91d..a081893 100644 --- a/sqlite3.go +++ b/sqlite3.go @@ -1,3 +1,5 @@ +// +build cgo + // Copyright (C) 2014 Yasuhiro Matsumoto . // // Use of this source code is governed by an MIT-style -- cgit v1.2.3