This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
论坛
实训
竞赛
大数据
AI开发
Register
Sign In
EESAST
/
THUAI6
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
3
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
fix(go):
🐛
change shell script in go capi
dev
Timothy Liu
2 years ago
parent
1641c2f5b1
commit
b35699c980
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
experimental/CAPI/go/API/generate_proto.sh
+1
-1
experimental/CAPI/go/API/shell/init.sh
+ 1
- 1
experimental/CAPI/go/API/generate_proto.sh
View File
@@ -2,4 +2,4 @@
set -e
.
./../dependency/proto/go_outpu
t.sh
.
/shell/ini
t.sh
+ 1
- 1
experimental/CAPI/go/API/shell/init.sh
View File
@@ -1,3 +1,3 @@
#!/usr/bin/env bash
../../
../
dependency/proto/go_output.sh && go get
../../dependency/proto/go_output.sh && go get
Write
Preview
Loading…
Cancel
Save