Browse Source

Rename gogs.go to main.go

Signed-off-by: Matthias Loibl <mail@matthiasloibl.com>
tags/v1.0.2
Matthias Loibl 9 years ago
parent
commit
a2514904cb
  1. 3
      main.go

3
gogs.go → 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"
Loading…
Cancel
Save