0
0
mirror of https://github.com/mattn/go-sqlite3.git synced 2025-06-14 11:21:42 +00:00
Files
Gert-Jan Timmer 203ba1b028 Update Copyright
2018-06-20 22:50:53 +02:00

15 lines
274 B
Go

// Copyright (C) 2018 The Go-SQLite3 Authors.
//
// Use of this source code is governed by an MIT-style
// license that can be found in the LICENSE file.
// +build cgo
// +build sqlite_json sqlite_json1
package sqlite3
/*
#cgo CFLAGS: -DSQLITE_ENABLE_JSON1
*/
import "C"