2
0

Finish importing pgio as internal package

This commit is contained in:
Jack Christensen
2022-02-21 14:35:20 -06:00
parent 1be4c10ce4
commit d13f651810
68 changed files with 63 additions and 65 deletions
+2 -1
View File
@@ -2,7 +2,8 @@ package pgproto3
import (
"encoding/binary"
"github.com/jackc/pgio"
"github.com/jackc/pgx/v5/internal/pgio"
)
type FunctionCall struct {