mirror of
https://github.com/m1k1o/neko.git
synced 2025-08-02 16:29:55 +02:00
fix structs alignment.
This commit is contained in:
parent
a4c1f9877f
commit
d42165a5fd
3 changed files with 7 additions and 6 deletions
|
@ -12,8 +12,8 @@ type Message struct {
|
|||
|
||||
type SystemInit struct {
|
||||
Event string `json:"event"`
|
||||
ImplicitHosting bool `json:"implicit_hosting"`
|
||||
Locks map[string]string `json:"locks"`
|
||||
ImplicitHosting bool `json:"implicit_hosting"`
|
||||
FileTransfer bool `json:"file_transfer"`
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue