Files
Gogs/internal/conf/static_minwinsvc.go
ᴊᴏᴇ ᴄʜᴇɴ 59e9fa191b chore: remove all MIT license file headers (#8083)
Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
2026-01-08 19:32:15 -05:00

12 lines
116 B
Go

//go:build minwinsvc
package conf
import (
_ "github.com/gogs/minwinsvc"
)
func init() {
HasMinWinSvc = true
}