github.com/vmpartner/bitmex@v1.1.0/database/database_test.go (about)

     1  package database
     2  
     3  import (
     4  	"testing"
     5  )
     6  
     7  func TestConnectMaster(t *testing.T) {
     8  
     9  }
    10  
    11  func TestConnectDev(t *testing.T) {
    12  
    13  }