gogs: add import that lets gogs run as a stand-alone windows service

Updates #630
release/v0.9
Daniel Theophanes 9 years ago
parent c3440c4dd3
commit 0d469f261e

@ -12,6 +12,7 @@ import (
"runtime"
"github.com/codegangsta/cli"
_ "github.com/kardianos/minwinsvc"
"github.com/gogits/gogs/cmd"
"github.com/gogits/gogs/modules/setting"

Loading…
Cancel
Save