Open
Description
by changing
Lines 72 to 76 in 2c66e46
to
type MX_Record struct {
Ttl uint32 `json:"ttl,omitempty"`
Preference uint16 `json:"preference"`
Host string `json:"host"`
}
you can reduce struct of size 32 to be 24 (because of how golang allocates memory)
Metadata
Metadata
Assignees
Labels
No labels