mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-16 17:05:03 +01:00
go fmt
This commit is contained in:
@@ -6,7 +6,7 @@ import (
|
||||
)
|
||||
|
||||
// MsgMhfLoadPartner represents the MSG_MHF_LOAD_PARTNER
|
||||
type MsgMhfLoadPartner struct{
|
||||
type MsgMhfLoadPartner struct {
|
||||
AckHandle uint32
|
||||
}
|
||||
|
||||
@@ -24,4 +24,4 @@ func (m *MsgMhfLoadPartner) Parse(bf *byteframe.ByteFrame) error {
|
||||
// Build builds a binary packet from the current data.
|
||||
func (m *MsgMhfLoadPartner) Build(bf *byteframe.ByteFrame) error {
|
||||
panic("Not implemented")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user