Vendor dependencies (#3)

This commit is contained in:
Adrian Macneil 2016-08-07 23:19:39 -07:00 committed by GitHub
parent df712a3e98
commit 31ad587414
119 changed files with 222298 additions and 3 deletions

13
vendor/github.com/mattn/go-sqlite3/sqlite3_fts5.go generated vendored Normal file
View file

@ -0,0 +1,13 @@
// 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 fts5
package sqlite3
/*
#cgo CFLAGS: -DSQLITE_ENABLE_FTS5
#cgo LDFLAGS: -lm
*/
import "C"