mirror of
https://github.com/gogs/gogs.git
synced 2026-03-01 09:40:55 +01:00
Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
12 lines
116 B
Go
12 lines
116 B
Go
//go:build minwinsvc
|
|
|
|
package conf
|
|
|
|
import (
|
|
_ "github.com/gogs/minwinsvc"
|
|
)
|
|
|
|
func init() {
|
|
HasMinWinSvc = true
|
|
}
|