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_version.go 248 Bytes
Copy Edit Raw Blame History
王布衣 authored 2023-10-24 13:11 +08:00 . 主程序增加回测模块
package command
import (
"fmt"
cmder "github.com/spf13/cobra"
)
// CmdVersion 版本
var CmdVersion = &cmder.Command{
Use: "version",
Short: "显示版本号",
Run: func(cmd *cmder.Command, args []string) {
fmt.Println(MinVersion)
},
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/quant1x/engine.git
git@gitee.com:quant1x/engine.git
quant1x
engine
engine
v1.8.40

Search