diff options
author | Daniel Theophanes <kardianos@gmail.com> | 2015-12-09 09:04:10 -0800 |
---|---|---|
committer | Daniel Theophanes <kardianos@gmail.com> | 2015-12-09 09:04:10 -0800 |
commit | 0d469f261ee1bb50a5b1d157ffd1ee14e473730e (patch) | |
tree | 5532b88b534e86f6d66f76c08b6e4c252aa3a2f0 | |
parent | c3440c4dd37a0b765ceff96fcdea832e1d76a234 (diff) | |
download | gitea-0d469f261ee1bb50a5b1d157ffd1ee14e473730e.tar.gz gitea-0d469f261ee1bb50a5b1d157ffd1ee14e473730e.zip |
gogs: add import that lets gogs run as a stand-alone windows service
Updates #630
-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" |