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 {
genconf bool
useconf bool
useconffile string
normaliseconf bool
confjson bool
autoconf bool
ver bool
logto string
getaddr bool
getsnet bool
useconffile string
logto string
loglevel string
}