gogs/internal/conf/static_minwinsvc.go
deepsource-autofix[bot] e452d94fc8
autofix: format code with gofumpt and gofmt (#6803)
Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
2022-03-06 17:55:17 +08:00

17 lines
298 B
Go

//go:build minwinsvc
// +build minwinsvc
// 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 conf
import (
_ "github.com/gogs/minwinsvc"
)
func init() {
HasMinWinSvc = true
}