From 030ff273473f0a5620ba276a370e5119f57179df Mon Sep 17 00:00:00 2001 From: Niall Sheridan Date: Mon, 8 Aug 2016 23:39:46 +0100 Subject: SQLite DB support --- vendor/github.com/mattn/go-sqlite3/sqlite3_other.go | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 vendor/github.com/mattn/go-sqlite3/sqlite3_other.go (limited to 'vendor/github.com/mattn/go-sqlite3/sqlite3_other.go') diff --git a/vendor/github.com/mattn/go-sqlite3/sqlite3_other.go b/vendor/github.com/mattn/go-sqlite3/sqlite3_other.go new file mode 100644 index 0000000..a20d02c --- /dev/null +++ b/vendor/github.com/mattn/go-sqlite3/sqlite3_other.go @@ -0,0 +1,13 @@ +// Copyright (C) 2014 Yasuhiro Matsumoto . +// +// Use of this source code is governed by an MIT-style +// license that can be found in the LICENSE file. +// +build !windows + +package sqlite3 + +/* +#cgo CFLAGS: -I. +#cgo linux LDFLAGS: -ldl +*/ +import "C" -- cgit v1.2.3