2
0

Use Go modules

This commit is contained in:
Jack Christensen
2019-03-30 12:55:56 -05:00
parent 79ffab9836
commit fbdfccf1f9
10 changed files with 41 additions and 10 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import (
"os"
"testing"
"github.com/jackc/pgx/pgconn"
"github.com/jackc/pgconn"
"github.com/stretchr/testify/require"
)