mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-31 19:02:25 -05:00
[chore]: Bump github.com/jackc/pgx/v5 from 5.5.5 to 5.6.0 (#2929)
This commit is contained in:
parent
3d3e99ae52
commit
0a18c0d802
36 changed files with 969 additions and 561 deletions
2
vendor/github.com/jackc/pgx/v5/pgproto3/pgproto3.go
generated
vendored
2
vendor/github.com/jackc/pgx/v5/pgproto3/pgproto3.go
generated
vendored
|
|
@ -99,7 +99,7 @@ func getValueFromJSON(v map[string]string) ([]byte, error) {
|
|||
return nil, errors.New("unknown protocol representation")
|
||||
}
|
||||
|
||||
// beginMessage begines a new message of type t. It appends the message type and a placeholder for the message length to
|
||||
// beginMessage begins a new message of type t. It appends the message type and a placeholder for the message length to
|
||||
// dst. It returns the new buffer and the position of the message length placeholder.
|
||||
func beginMessage(dst []byte, t byte) ([]byte, int) {
|
||||
dst = append(dst, t)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue