diff options
author | Unknwon <u@gogs.io> | 2015-12-09 16:12:43 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-12-09 16:12:43 -0500 |
commit | 356f1438a63e74228592507c07db6413a26d2f6b (patch) | |
tree | 5532b88b534e86f6d66f76c08b6e4c252aa3a2f0 | |
parent | c3440c4dd37a0b765ceff96fcdea832e1d76a234 (diff) | |
parent | 0d469f261ee1bb50a5b1d157ffd1ee14e473730e (diff) | |
download | gitea-356f1438a63e74228592507c07db6413a26d2f6b.tar.gz gitea-356f1438a63e74228592507c07db6413a26d2f6b.zip |
Merge pull request #2133 from kardianos/develop
gogs: add import that lets gogs run as a stand-alone windows service
-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" |