1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

REAMDE: update

This commit is contained in:
Unknwon
2015-02-28 21:50:04 -05:00
parent 473e265727
commit f44204e944
3 changed files with 3 additions and 2 deletions

View File

@@ -87,6 +87,7 @@ func (u *User) GetAccessibleRepositories() (map[*Repository]AccessMode, error) {
repos[repo] = access.Mode
}
// FIXME: should we generate an ordered list here? Random looks weird.
return repos, nil
}