OSDN Git Service

add sqlite vendor (#48)
[bytom/vapor.git] / vendor / github.com / mattn / go-sqlite3 / sqlite3_opt_secure_delete.go
1 // Copyright (C) 2014 Yasuhiro Matsumoto <mattn.jp@gmail.com>.
2 // Copyright (C) 2018 G.J.R. Timmer <gjr.timmer@gmail.com>.
3 //
4 // Use of this source code is governed by an MIT-style
5 // license that can be found in the LICENSE file.
6
7 // +build sqlite_secure_delete
8
9 package sqlite3
10
11 /*
12 #cgo CFLAGS: -DSQLITE_SECURE_DELETE=1
13 #cgo LDFLAGS: -lm
14 */
15 import "C"