diff options
author | David Svantesson <davidsvantesson@gmail.com> | 2019-12-04 01:16:29 +0100 |
---|---|---|
committer | techknowlogick <techknowlogick@gitea.io> | 2019-12-03 19:16:29 -0500 |
commit | 6460284085b0b416d61c57d729d47e932ac05efe (patch) | |
tree | 84b0904defcf34a345c2893c698ae2f0ea099c8d /modules/graceful/manager_windows.go | |
parent | 9a33adcdd322dfcb535d57c68c2365b0dc2b3e6c (diff) | |
download | gitea-6460284085b0b416d61c57d729d47e932ac05efe.tar.gz gitea-6460284085b0b416d61c57d729d47e932ac05efe.zip |
Add comment to exported function WindowsServiceName (make revive) (#9241)
Diffstat (limited to 'modules/graceful/manager_windows.go')
-rw-r--r-- | modules/graceful/manager_windows.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/graceful/manager_windows.go b/modules/graceful/manager_windows.go index dd48a8d74c..26c791e6ed 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 ( |