Merge branch 'test'

# Conflicts:
#	exchanges/btcmarkets/btcmarkets.go
This commit is contained in:
Adrian Gallagher
2017-08-28 12:39:57 +10:00
18 changed files with 1372 additions and 726 deletions

View File

@@ -1,25 +0,0 @@
package anx
import (
"testing"
)
func TestStart(t *testing.T) {
}
func TestRun(t *testing.T) {
}
func TestGetTickerPrice(t *testing.T) {
}
func TestGetOrderbookEx(t *testing.T) {
}
func TestGetExchangeAccountInfo(t *testing.T) {
}