Move sqlite3 amalgation files a directory up.

The purpose is to ease the use of vendoring files like godep.
The C sqlite3 files have been added a go compilation conditional flag
Fix #293
This commit is contained in:
David Bariod
2016-04-02 12:32:47 +02:00
parent 37aa7c6f5b
commit 3a5555302e
5 changed files with 195220 additions and 6 deletions

View File

@@ -6,7 +6,11 @@
package sqlite3
/*
#ifndef USE_LIBSQLITE3
#include <sqlite3-binding.h>
#else
#include <sqlite3.h>
#endif
#include <stdlib.h>
*/
import "C"