mirror of
https://github.com/ncruces/go-sqlite3.git
synced 2026-01-12 05:59:14 +00:00
Pass mptest multiwrite on Windows.
This commit is contained in:
@@ -28,8 +28,8 @@ func Example() {
|
||||
if err != nil {
|
||||
log.Fatal(err)
|
||||
}
|
||||
defer db.Close()
|
||||
defer os.Remove("./recordings.db")
|
||||
defer db.Close()
|
||||
|
||||
// Create a table with some data in it.
|
||||
err = albumsSetup()
|
||||
|
||||
Reference in New Issue
Block a user