remove vexp from vendoring process

This commit is contained in:
Brad Rydzewski
2016-03-07 11:23:49 -08:00
parent df39f21d15
commit b5dcfc4edd
649 changed files with 20512 additions and 307521 deletions

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 libsqlite3
package sqlite3
/*
#cgo CFLAGS: -DUSE_LIBSQLITE3
#cgo LDFLAGS: -lsqlite3
*/
import "C"