Skip to content

Commit 7dd7c03

Browse files
committed
Update:更新README文件
1 parent 18ba040 commit 7dd7c03

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
## FTransferor
22

3+
#### Run
4+
5+
```shell
6+
/bin
7+
```
8+
39
#### Build
410

511
```shell

client.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,6 @@ func httpClient(action Action, f string) {
160160
}
161161
}
162162
default:
163-
163+
fmt.Println("no support action")
164164
}
165165
}

0 commit comments

Comments
 (0)