Explorar el Código

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

Updates #630
Daniel Theophanes hace 9 años
padre
commit
0d469f261e
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      gogs.go

+ 1 - 0
gogs.go

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