mirror of
https://github.com/go-gitea/gitea.git
synced 2025-08-02 14:57:37 +03:00
Rename gogs.go to main.go
Signed-off-by: Matthias Loibl <mail@matthiasloibl.com>
This commit is contained in:
@ -11,10 +11,9 @@ import (
|
|||||||
"os"
|
"os"
|
||||||
"runtime"
|
"runtime"
|
||||||
|
|
||||||
"github.com/urfave/cli"
|
|
||||||
|
|
||||||
"github.com/go-gitea/gitea/cmd"
|
"github.com/go-gitea/gitea/cmd"
|
||||||
"github.com/go-gitea/gitea/modules/setting"
|
"github.com/go-gitea/gitea/modules/setting"
|
||||||
|
"github.com/urfave/cli"
|
||||||
)
|
)
|
||||||
|
|
||||||
const APP_VER = "0.9.99.0915"
|
const APP_VER = "0.9.99.0915"
|
Reference in New Issue
Block a user