ipn: be more consistent with omitempty on debug/rare Prefs

Change-Id: Ib0ec72f243cdb2aca8dd392644d4eed33c3f92e6
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
This commit is contained in:
Brad Fitzpatrick 2022-11-29 21:09:38 -08:00 committed by Brad Fitzpatrick
parent f710d1cb20
commit 74744b0a4c

View File

@ -161,7 +161,7 @@ type Prefs struct {
ForceDaemon bool `json:"ForceDaemon,omitempty"`
// Egg is a optional debug flag.
Egg bool
Egg bool `json:",omitempty"`
// The following block of options only have an effect on Linux.