This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
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
Update docs
tags/v1.2.0-rc1
Unknown
12 years ago
parent
d3fc1da8c2
commit
7d656ee2e3
4 changed files
with
5 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
README.md
+1
-1
README_ZH.md
+1
-1
gogs.go
+2
-0
templates/repo/create.tmpl
+ 1
- 1
README.md
View File
@@ -5,7 +5,7 @@ Gogs(Go Git Service) is a Self Hosted Git Service in the Go Programming Language

##### Current version: 0.
2.9
Alpha
##### Current version: 0.
3.0
Alpha
### NOTICES
+ 1
- 1
README_ZH.md
View File
@@ -5,7 +5,7 @@ Gogs(Go Git Service) 是一个由 Go 语言编写的自助 Git 托管服务。

##### 当前版本:0.
2.9
Alpha
##### 当前版本:0.
3.0
Alpha
## 开发目的
+ 1
- 1
gogs.go
View File
@@ -19,7 +19,7 @@ import (
// Test that go1.2 tag above is included in builds. main.go refers to this definition.
const go12tag = true
const APP_VER = "0.
2.9.0414
Alpha"
const APP_VER = "0.
3.0.0415
Alpha"
func init() {
base.AppVer = APP_VER
+ 2
- 0
templates/repo/create.tmpl
View File
@@ -47,6 +47,8 @@
<option value="">Select a language</option>
{{range .LanguageIgns}}<option value="{{.}}">{{.}}</option>{{end}}
</select>
<br>
<div>Need more .gitignore? Go <a href="http://www.gitignore.io/">gitignore.io</a>.</div>
</div>
</div>
Write
Preview
Loading…
Cancel
Save