static_minwinsvc.go 298 B

12345678910111213141516
  1. //go:build minwinsvc
  2. // +build minwinsvc
  3. // Copyright 2015 The Gogs Authors. All rights reserved.
  4. // Use of this source code is governed by a MIT-style
  5. // license that can be found in the LICENSE file.
  6. package conf
  7. import (
  8. _ "github.com/gogs/minwinsvc"
  9. )
  10. func init() {
  11. HasMinWinSvc = true
  12. }