HuobiRDCenter / huobi_Golang

Go SDK for Huobi Spot API
https://www.htx.com/zh-cn/opend/newApiPages/
Apache License 2.0
176 stars 86 forks source link

go mod about import path #15

Open turbo2025 opened 4 years ago

turbo2025 commented 4 years ago

go: quant/pkg/grid imports github.com/huobirdcenter/huobi_Golang/config: github.com/huobirdcenter/huobi_Golang@v0.0.0-20200821050931-75de5c6fcc0e: parsing go.mod: module declares its path as: github.com/huobirdcenter/huobi_golang but was required as: github.com/huobirdcenter/huobi_Golang

turbo2025 commented 4 years ago

go version 1.14.4

eynzhang commented 3 years ago

@turbochoo can you try the suggest solution here: https://github.com/golang/lint/issues/474#issuecomment-559192386