mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
go get
This commit is contained in:
@@ -11,11 +11,6 @@ import (
|
||||
)
|
||||
|
||||
func Home(ctx *middleware.Context) {
|
||||
if ctx.Query("go-get") == "1" {
|
||||
ctx.Write(base.GetGoGetMetaList())
|
||||
return
|
||||
}
|
||||
|
||||
if ctx.IsSigned {
|
||||
user.Dashboard(ctx)
|
||||
return
|
||||
|
Reference in New Issue
Block a user