Merge branch 'main' into dns

This commit is contained in:
秋のかえで 2021-03-31 22:53:43 +08:00
commit d3533abe3c
No known key found for this signature in database
GPG key ID: C687746B27587C0D
28 changed files with 407 additions and 151 deletions

View file

@ -38,7 +38,7 @@ func NewExisted(b []byte) *Buffer {
oLen := len(b)
if oLen < Size {
b = append(b, make([]byte, Size-oLen)...)
b = b[:Size]
}
return &Buffer{