Browse Source

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

tags/v1.11.0-rc1
David Svantesson 6 years ago committed by techknowlogick
parent
commit
6460284085
  1. 1
      modules/graceful/manager_windows.go

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