Updated "context" import since it has become a standard library after go 1.7 https://golang.org/doc/go1.7#context

This commit is contained in:
Roland Pangu 2017-09-05 19:54:16 -07:00
parent 05548ff555
commit 5df314a2dc
1 changed files with 1 additions and 2 deletions

View File

@ -108,6 +108,7 @@ void updateHookTrampoline(void*, int, char*, char*, sqlite3_int64);
*/
import "C"
import (
"context"
"database/sql"
"database/sql/driver"
"errors"
@ -121,8 +122,6 @@ import (
"sync"
"time"
"unsafe"
"golang.org/x/net/context"
)
// SQLiteTimestampFormats is timestamp formats understood by both this module