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