diff options
Diffstat (limited to 'pkg/setting/miniwinsvc.go')
-rw-r--r-- | pkg/setting/miniwinsvc.go | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/pkg/setting/miniwinsvc.go b/pkg/setting/miniwinsvc.go deleted file mode 100644 index a7c6890d..00000000 --- a/pkg/setting/miniwinsvc.go +++ /dev/null @@ -1,15 +0,0 @@ -// +build miniwinsvc - -// Copyright 2015 The Gogs Authors. All rights reserved. -// Use of this source code is governed by a MIT-style -// license that can be found in the LICENSE file. - -package setting - -import ( - _ "github.com/gogs/minwinsvc" -) - -func init() { - SupportMiniWinService = true -} |