Browse Source

Merge pull request #2133 from kardianos/develop

gogs: add import that lets gogs run as a stand-alone windows service
tags/v1.2.0-rc1
Unknwon 9 years ago
parent
commit
a5a55e6c25
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      gogs.go

+ 1
- 0
gogs.go View File

@@ -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