2 Star 14 Fork 16

王布衣/engine

Create your Gitee Account
Explore and code with more than 14 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
command_bestip.go 285 Bytes
Copy Edit Raw Blame History
王布衣 authored 2025-09-14 22:04 +08:00 . 更新依赖库版本
package command
import (
"gitee.com/quant1x/gotdx/quotes"
cmder "github.com/spf13/cobra"
)
// CmdBestIP 检测服务器地址
var CmdBestIP = &cmder.Command{
Use: "bestip",
Short: "检测服务器网速",
Run: func(cmd *cmder.Command, args []string) {
quotes.BestIP()
},
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/quant1x/engine.git
git@gitee.com:quant1x/engine.git
quant1x
engine
engine
v1.11.13

Search