github.com/insionng/yougam@v0.0.0-20170714101924-2bc18d833463/libraries/mattn/go-sqlite3/sqlite3_json1.go (about) 1 // Copyright (C) 2014 Yasuhiro Matsumoto <mattn.jp@gmail.com>. 2 // 3 // Use of this source code is governed by an MIT-style 4 // license that can be found in the LICENSE file. 5 // +build json1 6 7 package sqlite3 8 9 /* 10 #cgo CFLAGS: -DSQLITE_ENABLE_JSON1 11 */ 12 import "C"