Align struct elements to byte boundaries: reduce memory footprint.

This commit is contained in:
Paul 2021-08-27 15:34:53 +02:00
parent 3613614b41
commit b297c411a1

View file

@ -185,14 +185,14 @@ func setLogLevel(loglevel string, logger *log.Logger) {
type yggArgs struct { type yggArgs struct {
genconf bool genconf bool
useconf bool useconf bool
useconffile string
normaliseconf bool normaliseconf bool
confjson bool confjson bool
autoconf bool autoconf bool
ver bool ver bool
logto string
getaddr bool getaddr bool
getsnet bool getsnet bool
useconffile string
logto string
loglevel string loglevel string
} }