This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
wangwei
/
aiforge
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
128
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
REAMDE: update
tags/v1.2.0-rc1
Unknwon
10 years ago
parent
1d80e7bfbd
commit
b5ec283915
3 changed files
with
3 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
README.md
+1
-1
README_ZH.md
+1
-0
models/access.go
+ 1
- 1
README.md
View File
@@ -7,7 +7,7 @@ Gogs (Go Git Service) is a painless self-hosted Git service written in Go.

##### Current version: 0.5.1
5
Beta
##### Current version: 0.5.1
6
Beta
### NOTICES
+ 1
- 1
README_ZH.md
View File
@@ -5,7 +5,7 @@ Gogs(Go Git Service) 是一个基于 Go 语言的自助 Git 服务。

##### 当前版本:0.5.1
5
Beta
##### 当前版本:0.5.1
6
Beta
## 开发目的
+ 1
- 0
models/access.go
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
}
Write
Preview
Loading…
Cancel
Save