2 Star 4 Fork 10

王布衣/engine

Create your Gitee Account
Explore and code with more than 12 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 . 主程序增加回测模块
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)
},
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/quant1x/engine.git
git@gitee.com:quant1x/engine.git
quant1x
engine
engine
v1.3.3

Search

Cb406eda 1850385 E526c682 1850385