mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-18 07:26:50 +00:00
* Updated SetAPIURL() & UpdateConfig() to use pointers * Withdraw functions now take a pointer to withdrawrequest struct * Fund Withdraw is now a pointer * Moved GetFee functions to use a pointer due to large size of feebuilder struct * OrderCancellation usage converted to pointer due to size of struct * merged up upstream/master and changes made to OKgroup code * GetOrdersRequest usage converted to a pointer * okgroup pointer migration * reverted golangci config back to master * removed old anx benchmark typo