docs: 更新 module 使用指引
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
**\*运行程序不需要golang环境**
|
**\*运行程序不需要golang环境**
|
||||||
|
|
||||||
建议安装使用最新版golang
|
请安装最新版golang
|
||||||
|
|
||||||
直接编译本系统可执行程序:
|
直接编译本系统可执行程序:
|
||||||
|
|
||||||
@@ -118,10 +118,7 @@ func main() {
|
|||||||
//具体用法请查看struct注释
|
//具体用法请查看struct注释
|
||||||
if e:=BitSrun.Login(&srunTransfer.Login{
|
if e:=BitSrun.Login(&srunTransfer.Login{
|
||||||
Https: false,
|
Https: false,
|
||||||
OutPut: false,
|
Client: nil,
|
||||||
Debug: false,
|
|
||||||
WriteLog: false,
|
|
||||||
Transport: nil,
|
|
||||||
LoginInfo: srunTransfer.LoginInfo{
|
LoginInfo: srunTransfer.LoginInfo{
|
||||||
Form: &srunTransfer.LoginForm{
|
Form: &srunTransfer.LoginForm{
|
||||||
Domain: "",
|
Domain: "",
|
||||||
|
|||||||
Reference in New Issue
Block a user