mirror of
https://gitee.com/gitea/gitea
synced 2025-11-03 16:10:25 +08:00
Add go get meta support
This commit is contained in:
@@ -79,6 +79,7 @@ type Repository struct {
|
||||
NumOpenIssues int `xorm:"-"`
|
||||
IsPrivate bool
|
||||
IsBare bool
|
||||
IsGoget bool
|
||||
Created time.Time `xorm:"created"`
|
||||
Updated time.Time `xorm:"updated"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user