diff options
author | 2024-04-22 09:11:53 +0000 | |
---|---|---|
committer | 2024-04-22 09:11:53 +0000 | |
commit | a57dd15a8edbe609f06676d80193cec0ffce8800 (patch) | |
tree | 0dc8d46050af6d819dfc5af06ec8353eced5d052 /vendor/github.com/miekg/dns/msg.go | |
parent | [chore] bump modernc.org/sqlite to v1.29.8 (with our concurrency workaround) ... (diff) | |
download | gotosocial-a57dd15a8edbe609f06676d80193cec0ffce8800.tar.xz |
[chore]: Bump github.com/miekg/dns from 1.1.58 to 1.1.59 (#2861)
Diffstat (limited to 'vendor/github.com/miekg/dns/msg.go')
-rw-r--r-- | vendor/github.com/miekg/dns/msg.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/miekg/dns/msg.go b/vendor/github.com/miekg/dns/msg.go index 8294d0395..5fa7f9e83 100644 --- a/vendor/github.com/miekg/dns/msg.go +++ b/vendor/github.com/miekg/dns/msg.go @@ -714,7 +714,7 @@ func (h *MsgHdr) String() string { return s } -// Pack packs a Msg: it is converted to to wire format. +// Pack packs a Msg: it is converted to wire format. // If the dns.Compress is true the message will be in compressed wire format. func (dns *Msg) Pack() (msg []byte, err error) { return dns.PackBuffer(nil) |