diff options
author | Matthias Loibl <mail@matthiasloibl.com> | 2016-11-04 13:44:23 +0100 |
---|---|---|
committer | Matthias Loibl <mail@matthiasloibl.com> | 2016-11-04 13:44:23 +0100 |
commit | a2514904cba3c89630fd76af38f672379d7c3326 (patch) | |
tree | 98228b6a724f8eac69623942d0b670de5e88ea28 | |
parent | a4fa889ceda9b6718d82b5aca04ed6bbb9883e00 (diff) | |
download | gitea-a2514904cba3c89630fd76af38f672379d7c3326.tar.gz gitea-a2514904cba3c89630fd76af38f672379d7c3326.zip |
Rename gogs.go to main.go
Signed-off-by: Matthias Loibl <mail@matthiasloibl.com>
-rw-r--r-- | main.go (renamed from gogs.go) | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -11,10 +11,9 @@ import ( "os" "runtime" - "github.com/urfave/cli" - "github.com/go-gitea/gitea/cmd" "github.com/go-gitea/gitea/modules/setting" + "github.com/urfave/cli" ) const APP_VER = "0.9.99.0915" |