aboutsummaryrefslogtreecommitdiff
path: root/vendor/github.com/mattn/go-sqlite3/sqlite3_json1.go
diff options
context:
space:
mode:
authorNiall Sheridan <nsheridan@gmail.com>2016-08-08 23:39:46 +0100
committerNiall Sheridan <nsheridan@gmail.com>2016-08-09 22:07:58 +0100
commit030ff273473f0a5620ba276a370e5119f57179df (patch)
tree035f1d5f629a228f5d4a170583e92726dbefb604 /vendor/github.com/mattn/go-sqlite3/sqlite3_json1.go
parent66a7d51577c83da7cc3cf385a188799fe885cd3a (diff)
SQLite DB support
Diffstat (limited to 'vendor/github.com/mattn/go-sqlite3/sqlite3_json1.go')
-rw-r--r--vendor/github.com/mattn/go-sqlite3/sqlite3_json1.go12
1 files changed, 12 insertions, 0 deletions
diff --git a/vendor/github.com/mattn/go-sqlite3/sqlite3_json1.go b/vendor/github.com/mattn/go-sqlite3/sqlite3_json1.go
new file mode 100644
index 0000000..a7b2473
--- /dev/null
+++ b/vendor/github.com/mattn/go-sqlite3/sqlite3_json1.go
@@ -0,0 +1,12 @@
+// 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"