philsong / btcrobot

Golang bitcoin trading bot, it features multiple trading methods using technical analysis
Other
483 stars 225 forks source link

complier error upon commit299 #9

Closed geekium closed 10 years ago

geekium commented 10 years ago

updated the src to Jun 23, 2014 c6f8b57d74 but it failed to complied and throw these error:

bitvc

src\bitvc\tradeapi.go:412: too few values in struct initializer

philsong commented 10 years ago

I try to compile again to verify that, but it works well in my side, could you let me know the golang version which you are using?

geekium commented 10 years ago

It's Go 1.3, released recently.

philsong commented 10 years ago

fixed, pls update, it's caused by the different golang version in the "cookiejar" api.