Skip to content

Commit

Permalink
fixing minor bug to make CI happy and updating docs
Browse files Browse the repository at this point in the history
  • Loading branch information
saniales committed Jul 20, 2018
1 parent 403df84 commit 4d2cd2d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 0 additions & 1 deletion exchanges/kraken.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ package exchanges

import (
"fmt"
"sync"

"github.com/beldur/kraken-go-api-client"
"github.com/fatih/structs"
Expand Down

0 comments on commit 4d2cd2d

Please sign in to comment.