This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
OpenI
/
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
Fix memecache/memcache typo
tags/v1.2.0-rc1
unknown
10 years ago
parent
1031271224
commit
da0fbbadc2
1 changed files
with
2 additions
and
2 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
.gobuild.yml
+ 2
- 2
.gobuild.yml
View File
@@ -16,6 +16,6 @@ settings:
then
then
go install -v
go install -v
else
else
go get -v -tags "sqlite redis mem
e
cache" github.com/gogits/gogs
go install -v -tags "sqlite redis mem
e
cache"
go get -v -tags "sqlite redis memcache" github.com/gogits/gogs
go install -v -tags "sqlite redis memcache"
fi
fi
Write
Preview
Loading…
Cancel
Save