mirror of
https://github.com/fumiama/WireGold.git
synced 2026-06-27 14:20:27 +08:00
optimize(helper): writer decl.
This commit is contained in:
@@ -46,7 +46,7 @@ func (m *Me) wait(data []byte) *orbyte.Item[head.Packet] {
|
||||
}
|
||||
return nil
|
||||
}
|
||||
data = w.TransBytes()
|
||||
data = w.TransUnderlyingBytes()
|
||||
if len(data) < bound {
|
||||
bound = len(data)
|
||||
endl = "."
|
||||
|
||||
Reference in New Issue
Block a user