1 2 3 4 5 6 7
// +build cgo package store import ( _ "github.com/mattn/go-sqlite3" // required by sql driver )