Add comment to exported function WindowsServiceName (make revive) (#9241)

tokarchuk/v1.17
David Svantesson 5 years ago committed by techknowlogick
parent 9a33adcdd3
commit 6460284085
  1. 1
      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 (

Loading…
Cancel
Save