mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-03 16:59:05 +01:00
REAMDE: update
This commit is contained in:
parent
473e265727
commit
f44204e944
3 changed files with 3 additions and 2 deletions
|
@ -7,7 +7,7 @@ Gogs (Go Git Service) is a painless self-hosted Git service written in Go.
|
|||
|
||||
![Demo](http://gogs.qiniudn.com/gogs_demo.gif)
|
||||
|
||||
##### Current version: 0.5.15 Beta
|
||||
##### Current version: 0.5.16 Beta
|
||||
|
||||
### NOTICES
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ Gogs(Go Git Service) 是一个基于 Go 语言的自助 Git 服务。
|
|||
|
||||
![Demo](http://gogs.qiniudn.com/gogs_demo.gif)
|
||||
|
||||
##### 当前版本:0.5.15 Beta
|
||||
##### 当前版本:0.5.16 Beta
|
||||
|
||||
## 开发目的
|
||||
|
||||
|
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue