Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

sqlite3_opt_json1.go 283B

12345678910111213
  1. // Copyright (C) 2019 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 sqlite_json sqlite_json1 json1
  6. package sqlite3
  7. /*
  8. #cgo CFLAGS: -DSQLITE_ENABLE_JSON1
  9. */
  10. import "C"