mirror of
https://github.com/go-gitea/gitea
synced 2024-11-17 07:21:15 +01:00
Merge pull request #2133 from kardianos/develop
gogs: add import that lets gogs run as a stand-alone windows service
This commit is contained in:
commit
356f1438a6
1 changed files with 1 additions and 0 deletions
1
gogs.go
1
gogs.go
|
@ -12,6 +12,7 @@ import (
|
||||||
"runtime"
|
"runtime"
|
||||||
|
|
||||||
"github.com/codegangsta/cli"
|
"github.com/codegangsta/cli"
|
||||||
|
_ "github.com/kardianos/minwinsvc"
|
||||||
|
|
||||||
"github.com/gogits/gogs/cmd"
|
"github.com/gogits/gogs/cmd"
|
||||||
"github.com/gogits/gogs/modules/setting"
|
"github.com/gogits/gogs/modules/setting"
|
||||||
|
|
Loading…
Reference in a new issue