From 0d469f261ee1bb50a5b1d157ffd1ee14e473730e Mon Sep 17 00:00:00 2001
From: Daniel Theophanes <kardianos@gmail.com>
Date: Wed, 9 Dec 2015 09:04:10 -0800
Subject: [PATCH] gogs: add import that lets gogs run as a stand-alone windows
 service

Updates #630
---
 gogs.go | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gogs.go b/gogs.go
index 5dc1a18cdc..dfd8c0dc25 100644
--- a/gogs.go
+++ b/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"