mirror of
https://github.com/go-sylixos/elvish.git
synced 2024-12-04 10:57: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"
|
||||
"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.
|
||||
|
|
|
@ -6,8 +6,6 @@ import (
|
|||
"database/sql"
|
||||
"fmt"
|
||||
"testing"
|
||||
|
||||
_ "github.com/mxk/go-sqlite/sqlite3" // enable the "sqlite3" SQL driver
|
||||
)
|
||||
|
||||
var tStore *Store
|
||||
|
|
Loading…
Reference in New Issue
Block a user