diff options
author | Andrey Nering <andrey.nering@gmail.com> | 2017-01-23 20:56:25 -0200 |
---|---|---|
committer | Andrey Nering <andrey.nering@gmail.com> | 2017-01-23 20:56:25 -0200 |
commit | bcee9b76dd489fbe1dee9413cea5ddcad92c6705 (patch) | |
tree | ce748becaad5d2cf841d1fae11286b15296eda32 /modules | |
parent | fda44760612aad10e556f65cd201e94ed568fbb3 (diff) | |
download | gitea-bcee9b76dd489fbe1dee9413cea5ddcad92c6705.tar.gz gitea-bcee9b76dd489fbe1dee9413cea5ddcad92c6705.zip |
Fix lint
Diffstat (limited to 'modules')
-rw-r--r-- | modules/minwinsvc/minwinsvc.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/minwinsvc/minwinsvc.go b/modules/minwinsvc/minwinsvc.go index 057ba7f954..4cd89ffdb4 100644 --- a/modules/minwinsvc/minwinsvc.go +++ b/modules/minwinsvc/minwinsvc.go @@ -2,7 +2,7 @@ // Use of this source code is governed by a zlib-style // license that can be found in the LICENSE file.package service -// Minimal non-invasive windows only service stub. +// Package minwinsvc is a minimal non-invasive windows only service stub. // // Import to allow running as a windows service. // import _ "github.com/kardianos/minwinsvc" |