From 6460284085b0b416d61c57d729d47e932ac05efe Mon Sep 17 00:00:00 2001
From: David Svantesson <davidsvantesson@gmail.com>
Date: Wed, 4 Dec 2019 01:16:29 +0100
Subject: [PATCH] Add comment to exported function WindowsServiceName (make
 revive) (#9241)

---
 modules/graceful/manager_windows.go | 1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/graceful/manager_windows.go b/modules/graceful/manager_windows.go
index dd48a8d74..26c791e6e 100644
--- a/modules/graceful/manager_windows.go
+++ b/modules/graceful/manager_windows.go
@@ -21,6 +21,7 @@ import (
 	"golang.org/x/sys/windows/svc/debug"
 )
 
+// WindowsServiceName is the name of the Windows service
 var WindowsServiceName = "gitea"
 
 const (