From ba97a23a7f0670fd1ff44e16ba61d10f66c6899d Mon Sep 17 00:00:00 2001 From: Gert-Jan Timmer Date: Wed, 23 May 2018 22:20:06 +0200 Subject: Rename Renamed files containing current features. --- sqlite3_json1.go | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 sqlite3_json1.go (limited to 'sqlite3_json1.go') diff --git a/sqlite3_json1.go b/sqlite3_json1.go deleted file mode 100644 index a7b2473..0000000 --- a/sqlite3_json1.go +++ /dev/null @@ -1,12 +0,0 @@ -// Copyright (C) 2014 Yasuhiro Matsumoto . -// -// Use of this source code is governed by an MIT-style -// license that can be found in the LICENSE file. -// +build json1 - -package sqlite3 - -/* -#cgo CFLAGS: -DSQLITE_ENABLE_JSON1 -*/ -import "C" -- cgit v1.2.3