2
0

Use stdlib context

This commit is contained in:
Jack Christensen
2017-03-03 16:01:06 -06:00
parent 15b44f4096
commit 908c439317
7 changed files with 6 additions and 12 deletions
+1 -2
View File
@@ -1,13 +1,12 @@
package pgx
import (
"context"
"database/sql"
"errors"
"fmt"
"time"
"golang.org/x/net/context"
"github.com/jackc/pgx/pgtype"
)