aboutsummaryrefslogtreecommitdiff
path: root/sqlite3_json1.go
diff options
context:
space:
mode:
authorGert-Jan Timmer <gjr.timmer@gmail.com>2018-05-23 22:20:06 +0200
committerGert-Jan Timmer <gjr.timmer@gmail.com>2018-05-23 22:20:06 +0200
commitba97a23a7f0670fd1ff44e16ba61d10f66c6899d (patch)
tree602fc4ebb019f1a567e8872421f470f442e222bb /sqlite3_json1.go
parentMerge pull request #540 from mattn/open-mode (diff)
downloadgolite-ba97a23a7f0670fd1ff44e16ba61d10f66c6899d.tar.gz
golite-ba97a23a7f0670fd1ff44e16ba61d10f66c6899d.tar.xz
Rename
Renamed files containing current features.
Diffstat (limited to 'sqlite3_json1.go')
-rw-r--r--sqlite3_json1.go12
1 files changed, 0 insertions, 12 deletions
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 <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 json1
-
-package sqlite3
-
-/*
-#cgo CFLAGS: -DSQLITE_ENABLE_JSON1
-*/
-import "C"