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