1
0
mirror of https://github.com/fumiama/WireGold.git synced 2026-06-21 19:13:20 +08:00

chore: make lint happy

This commit is contained in:
源文雨
2025-03-12 22:24:16 +09:00
parent f4fd9b1423
commit c2dd7b5d05
5 changed files with 12 additions and 12 deletions

View File

@@ -95,11 +95,11 @@ func (pb *DataBuilder) Zstd() *DataBuilder {
}
func (pb *DataBuilder) Hash() *DataBuilder {
return (*DataBuilder)(pb.p(func(ub *PacketBuf) {
return pb.p(func(ub *PacketBuf) {
ub.DAT.hash = algo.Blake2bHash8(
uint64(ub.DAT.md5h8rem), ub.Bytes(),
)
}))
})
}
func (pb *DataBuilder) tea(typ uint8) *DataBuilder {