2 Star 0 Fork 4

王布衣/exchange

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
dfcf_test.go 193 Bytes
一键复制 编辑 原始数据 按行查看 历史
王布衣 提交于 3个月前 . 更新num版本到0.40
package exchange
import (
"fmt"
"testing"
)
func Test_stock_hist(t *testing.T) {
ks, err := A("sh000001")
if err != nil {
_ = fmt.Errorf("error :%v", err.Error())
}
fmt.Println(ks)
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/quant1x/exchange.git
git@gitee.com:quant1x/exchange.git
quant1x
exchange
exchange
v0.6.3

搜索帮助