mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08: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"
 | 
			
		||||
	"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"
 | 
			
		||||
		Reference in New Issue
	
	Block a user