api/vendor/github.com/mattn/go-sqlite3/sqlite3_other.go

15 lines
268 B
Go
Raw Normal View History

2018-06-10 09:11:41 +00:00
// 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.
2018-07-24 11:49:45 +00:00
2018-06-10 09:11:41 +00:00
// +build !windows
package sqlite3
/*
#cgo CFLAGS: -I.
#cgo linux LDFLAGS: -ldl
*/
import "C"