Skip to content

Commit 4d2cd2d

Browse files
committed
fixing minor bug to make CI happy and updating docs
1 parent 403df84 commit 4d2cd2d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
[![license](https://img.shields.io/github/license/saniales/golang-crypto-trading-bot.svg?maxAge=2592000)](https://github.com/saniales/golang-crypto-trading-bot/LICENSE)
99

1010

11-
A golang implementation of a console-based trading bot for cryptocurrency exchanges, can be deployed to heroku too.
11+
A golang implementation of a console-based trading bot for cryptocurrency exchanges.
1212

1313
## Supported Exchanges
1414
Bittrex, Poloniex, Binance, Bitfinex and Kraken, other in progress.

exchanges/kraken.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ package exchanges
1717

1818
import (
1919
"fmt"
20-
"sync"
2120

2221
"github.com/beldur/kraken-go-api-client"
2322
"github.com/fatih/structs"

0 commit comments

Comments
 (0)