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):
🐛
fix shell script in go capii
dev
Timothy Liu
2 years ago
parent
b35699c980
commit
a48feaf65d
4 changed files
with
11 additions
and
16 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-10
experimental/CAPI/README.md
+0
-5
experimental/CAPI/go/API/generate_proto.sh
+1
-1
experimental/CAPI/go/API/shell/init.sh
+10
-0
experimental/CAPI/go/README.md
+ 0
- 10
experimental/CAPI/README.md
View File
@@ -3,13 +3,3 @@
## 简介
实验性选手接口
## 运行方法
**注意事项**:Visual Studio Code 的 Go 语言提示**必须**以 `main` package 所在的目录为根目录,否则可能无法进行正确的代码提示。因此以下操作的根目录均为 `/CPI/go/API/`
```bash
$ ./generate_proto.sh
$ go build
$ ./API
```
+ 0
- 5
experimental/CAPI/go/API/generate_proto.sh
View File
@@ -1,5 +0,0 @@
#!/usr/bin/env bash
set -e
./shell/init.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
+ 10
- 0
experimental/CAPI/go/README.md
View File
@@ -3,3 +3,13 @@
## 简介
实验性选手 Go 接口
## 运行方法
**注意事项**:Visual Studio Code 的 Go 语言提示**必须**以 `main` package 所在的目录为根目录,否则可能无法进行正确的代码提示。因此以下操作的根目录均为 `/CPI/go/API/`
```bash
$ ./shell/init.sh
$ go build
$ ./API
```
Write
Preview
Loading…
Cancel
Save