2 Star 0 Fork 4

王布衣/exchange

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
time_test.go 193 Bytes
一键复制 编辑 原始数据 按行查看 历史
王布衣 提交于 1年前 . 优化时段的判断
package exchange
import (
"fmt"
"testing"
)
func TestTimeRange_Minutes(t *testing.T) {
tr := ExchangeTime(Trading, "09:30:00", "11:30:00")
minutes := tr.Minutes()
fmt.Println(minutes)
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/quant1x/exchange.git
git@gitee.com:quant1x/exchange.git
quant1x
exchange
exchange
v0.6.3

搜索帮助