miniwinsvc.go 386 B

123456789101112131415161718
  1. // +build miniwinsvc
  2. // Copyright 2015 - Present, The Gogs Authors. All rights reserved.
  3. // Copyright 2018 - Present, Gitote. All rights reserved.
  4. //
  5. // This source code is licensed under the MIT license found in the
  6. // LICENSE file in the root directory of this source tree.
  7. package setting
  8. import (
  9. _ "gitlab.com/gitote/minwinsvc"
  10. )
  11. func init() {
  12. SupportMiniWinService = true
  13. }