Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions sqlite3.go
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ static int _sqlite3_limit(sqlite3* db, int limitId, int newLimit) {
*/
import "C"
import (
"context"
"database/sql"
"database/sql/driver"
"errors"
Expand All @@ -149,8 +150,6 @@ import (
"sync"
"time"
"unsafe"

"golang.org/x/net/context"
)

// SQLiteTimestampFormats is timestamp formats understood by both this module
Expand Down