diff options
-rw-r--r-- | gogs.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |