cleanup: rename package and vendor dependencies for old go versions

Fixes #8 and begins to address deployability.
This commit is contained in:
George Tankersley
2019-01-03 19:12:46 +00:00
parent 7d7390eeae
commit 7726a6752d
585 changed files with 513299 additions and 33 deletions

View File

@@ -0,0 +1,15 @@
// Copyright (C) 2014 Yasuhiro Matsumoto <mattn.jp@gmail.com>.
// Copyright (C) 2018 G.J.R. Timmer <gjr.timmer@gmail.com>.
// Use of this source code is governed by an MIT-style
// license that can be found in the LICENSE file.
// +build sqlite_introspect
package sqlite3
/*
#cgo CFLAGS: -DSQLITE_INTROSPECTION_PRAGMAS
#cgo LDFLAGS: -lm
*/
import "C"