From 5bf240b616152274ecad05511962a0ad267e0d1f Mon Sep 17 00:00:00 2001 From: Rudi Date: Sun, 23 Oct 2022 11:45:02 -0400 Subject: [PATCH] go fmt --- main.go | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/main.go b/main.go index 84ac588..99dae04 100644 --- a/main.go +++ b/main.go @@ -13,11 +13,11 @@ import ( ) var ( - serviceFile = "/adm/services" - services = make(map[string]Service) - controlSocket = "/adm/headless9/ctl/headless9.ctl" - logPath = "/adm/headless9/log/" - execWait = false + serviceFile = "/adm/services" + services = make(map[string]Service) + controlSocket = "/adm/headless9/ctl/headless9.ctl" + logPath = "/adm/headless9/log/" + execWait = false headless9Start = time.Now() )