Skip to content

Commit 6c771bb

Browse files
authored
Merge pull request #462 from faruzzy/master
Updated "context" import since it has become a standard library
2 parents d5ffb5c + 5df314a commit 6c771bb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sqlite3.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ static int _sqlite3_limit(sqlite3* db, int limitId, int newLimit) {
136136
*/
137137
import "C"
138138
import (
139+
"context"
139140
"database/sql"
140141
"database/sql/driver"
141142
"errors"
@@ -149,8 +150,6 @@ import (
149150
"sync"
150151
"time"
151152
"unsafe"
152-
153-
"golang.org/x/net/context"
154153
)
155154

156155
// SQLiteTimestampFormats is timestamp formats understood by both this module

0 commit comments

Comments
 (0)