Explorar el Código

REAMDE: update

Unknwon hace 10 años
padre
commit
f44204e944
Se han modificado 3 ficheros con 3 adiciones y 2 borrados
  1. 1 1
      README.md
  2. 1 1
      README_ZH.md
  3. 1 0
      models/access.go

+ 1 - 1
README.md

@@ -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
 

+ 1 - 1
README_ZH.md

@@ -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
 
 ## 开发目的
 

+ 1 - 0
models/access.go

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