From: Simon Ruderich Date: Wed, 21 Apr 2021 06:28:00 +0000 (+0200) Subject: go fmt X-Git-Url: https://ruderich.org/simon/gitweb/?p=safcm%2Fsafcm.git;a=commitdiff_plain;h=04368d48cb28d32908276963fb7cb9d24e2ee311 go fmt --- diff --git a/cmd/safcm/config/config.go b/cmd/safcm/config/config.go index fc01c8d..3973e82 100644 --- a/cmd/safcm/config/config.go +++ b/cmd/safcm/config/config.go @@ -27,9 +27,9 @@ import ( ) type Config struct { - DryRun bool `yaml:"-"` // set via command line - Quiet bool `yaml:"-"` // set via command line - LogLevel safcm.LogLevel `yaml:"-"` // set via command line + DryRun bool `yaml:"-"` // set via command line + Quiet bool `yaml:"-"` // set via command line + LogLevel safcm.LogLevel `yaml:"-"` // set via command line SshConfig string `yaml:"-"` // set via command line DetectGroups []string `yaml:"detect_groups"` diff --git a/rpc/conn.go b/rpc/conn.go index 6522612..626a507 100644 --- a/rpc/conn.go +++ b/rpc/conn.go @@ -32,7 +32,7 @@ type Conn struct { events chan<- ConnEvent // same as Events, to publish events eventsWg sync.WaitGroup - debug bool + debug bool sshRemote string sshOpts []string