2
0

Import pgproto3

Also copy in pgmock as an internal package.
This commit is contained in:
Jack Christensen
2022-02-21 13:22:42 -06:00
parent e06cc67875
commit 95cbbfe441
19 changed files with 242 additions and 160 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import (
"fmt"
"net"
"github.com/jackc/pgproto3/v2"
"github.com/jackc/pgx/v5/pgproto3"
)
type PgFortuneBackend struct {