mirror of
https://github.com/mattn/go-sqlite3.git
synced 2025-05-29 20:00:43 +00:00
This makes it possible to correctly link against the system sqlite. Also, don't use defers with log.Fatal() since they won't be run on exit. Signed-off-by: Christian Brauner <christian.brauner@canonical.com>