From 4d2cd2d6f83afe91c0234171f6c293a08219dd8a Mon Sep 17 00:00:00 2001 From: Alessandro Sanino Date: Fri, 20 Jul 2018 17:37:06 +0200 Subject: [PATCH] fixing minor bug to make CI happy and updating docs --- README.md | 2 +- exchanges/kraken.go | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 74f989b..ba19209 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ [![license](https://img.shields.io/github/license/saniales/golang-crypto-trading-bot.svg?maxAge=2592000)](https://github.com/saniales/golang-crypto-trading-bot/LICENSE) -A golang implementation of a console-based trading bot for cryptocurrency exchanges, can be deployed to heroku too. +A golang implementation of a console-based trading bot for cryptocurrency exchanges. ## Supported Exchanges Bittrex, Poloniex, Binance, Bitfinex and Kraken, other in progress. diff --git a/exchanges/kraken.go b/exchanges/kraken.go index f04da0b..b40ec74 100644 --- a/exchanges/kraken.go +++ b/exchanges/kraken.go @@ -17,7 +17,6 @@ package exchanges import ( "fmt" - "sync" "github.com/beldur/kraken-go-api-client" "github.com/fatih/structs"