aleibovici / cryptopump

CryptoPump is a free, open source cryptocurrency trading tool that focuses on high speed and flexibility. The algorithms utilize Go Language and WebSockets to react in real-time to market movements based on Bollinger statistical analysis and pre-defined profit margins.
MIT License
73 stars 12 forks source link

Build issue on 1.8.1 #41

Closed marcvsnet closed 2 years ago

marcvsnet commented 2 years ago

Getting an build issue on Go 1.6 or 1.7.5 for 1.8.1, 1.8.0 is fine.

$ go build .
# github.com/aleibovici/cryptopump/mysql
mysql/mysql.go:1080:6: GetGlobal redeclared in this block
        previous declaration at mysql/mysql.go:1051:123
aleibovici commented 2 years ago

@marcvsnet thanks for letting me know. I believe I fixed the issue in v1.8.1.1 https://github.com/aleibovici/cryptopump/releases/tag/v1.8.1.1.

marcvsnet commented 2 years ago

Thanks for that fix!