mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-13 23:16:45 +00:00
26 lines
243 B
Go
26 lines
243 B
Go
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) {
|
|
|
|
}
|