From 611bc2deb4ba1a3b9f0ac341c51924d59add8bc3 Mon Sep 17 00:00:00 2001 From: utkarsh-extc <53217283+utkarsh-extc@users.noreply.github.com> Date: Fri, 26 Jul 2019 15:49:29 +0530 Subject: [PATCH] Update config.go --- windows/svc/mgr/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/svc/mgr/config.go b/windows/svc/mgr/config.go index 408fa38d..7eb929af 100644 --- a/windows/svc/mgr/config.go +++ b/windows/svc/mgr/config.go @@ -46,7 +46,7 @@ type Config struct { Password string Description string SidType uint32 // one of SERVICE_SID_TYPE, the type of sid to use for the service - DelayedAutoStart uint32 + DelayedAutoStart uint32 // one of SERVICE_CONFIG_DELAYED_AUTO_START_INFO service startup type } func toString(p *uint16) string {