This website works better with JavaScript.
Home
Explore
Help
Sign In
closed-social
/
gitea
Watch
3
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Rename gogs.go to main.go
Signed-off-by: Matthias Loibl <mail@matthiasloibl.com>
for-closed-social
Matthias Loibl
8 years ago
parent
a4fa889ced
commit
a2514904cb
1 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
main.go
gogs.go → main.go
View File
@ -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"
Write
Preview
Loading…
Cancel
Save