2
0

Add go module support

This commit is contained in:
Jack Christensen
2019-03-30 12:26:24 -05:00
parent 440fbf1581
commit 16176b5151
28 changed files with 41 additions and 26 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ package pgproto3_test
import (
"testing"
"github.com/jackc/pgx/pgproto3"
"github.com/jackc/pgproto3"
)
func TestBackendReceiveInterrupted(t *testing.T) {