bitfinexcom / bitfinex-api-go

BITFINEX Go trading API - Bitcoin, Litecoin, and Ether exchange
https://www.bitfinex.com/
MIT License
303 stars 222 forks source link

Source go not gofmt'ed #195

Open abrander opened 4 years ago

abrander commented 4 years ago

When developing Go code it's widely used to run go fmt or similar tool on save. This project does not conform to the style of go fmt. This results in tedious work when reviewing local changes and submitting pull requests upstream.

Would the project be interested in a PR changing all files to conform to the go fmt style? (And use go fmt from now on)?

A PR implemented CI checking the formatting?

It would make contributing more straightforward.

Issue type