mirror of
https://github.com/go-sylixos/elvish.git
synced 2024-12-05 03:17:50 +08:00
Use a fork of mxk/go-sqlite.
This commit is contained in:
parent
8cb35dfafc
commit
3c75e71a8b
|
@ -6,7 +6,7 @@ import (
|
||||||
"fmt"
|
"fmt"
|
||||||
"net/url"
|
"net/url"
|
||||||
|
|
||||||
_ "github.com/mxk/go-sqlite/sqlite3" // enable the "sqlite3" SQL driver
|
_ "github.com/elves/go-sqlite/sqlite3" // enable the "sqlite3" SQL driver
|
||||||
)
|
)
|
||||||
|
|
||||||
// Store is the permanent storage backend for elvish.
|
// Store is the permanent storage backend for elvish.
|
||||||
|
|
|
@ -6,8 +6,6 @@ import (
|
||||||
"database/sql"
|
"database/sql"
|
||||||
"fmt"
|
"fmt"
|
||||||
"testing"
|
"testing"
|
||||||
|
|
||||||
_ "github.com/mxk/go-sqlite/sqlite3" // enable the "sqlite3" SQL driver
|
|
||||||
)
|
)
|
||||||
|
|
||||||
var tStore *Store
|
var tStore *Store
|
||||||
|
|
Loading…
Reference in New Issue
Block a user