1
0
Fork 0
forked from forgejo/forgejo

Add go get meta support

This commit is contained in:
Unknown 2014-04-09 21:42:25 -04:00
parent 3487f17285
commit 5d4025cb5a
13 changed files with 62 additions and 7 deletions

View file

@ -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"`
}