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_app.go 328 Bytes
Copy Edit Raw Blame History
王布衣 authored 2023-10-12 07:06 +08:00 . 变更源文件名
package command
var (
Application = "stock"
MinVersion = "0.0.1" // 版本号
barIndex = 1
)
// UpdateApplicationName 更新应用(Application)名称
func UpdateApplicationName(name string) {
Application = name
}
// UpdateApplicationVersion 更新版本号
func UpdateApplicationVersion(v string) {
MinVersion = v
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/quant1x/engine.git
git@gitee.com:quant1x/engine.git
quant1x
engine
engine
v0.5.3

Search