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 -3
View File
@@ -2,16 +2,14 @@ package pgx_test
import (
"bytes"
"context"
"database/sql"
"fmt"
"strings"
"testing"
"time"
"golang.org/x/net/context"
"github.com/jackc/pgx"
"github.com/shopspring/decimal"
)