diff --git a/gogs.go b/main.go
similarity index 99%
rename from gogs.go
rename to main.go
index 0235a20883..43eb8fdb72 100644
--- a/gogs.go
+++ b/main.go
@@ -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"