2
0
mirror of https://github.com/miguelmota/cointop synced 2024-11-10 13:10:26 +00:00
cointop/cointop/cointop_test.go
2019-11-17 23:37:23 -08:00

11 lines
116 B
Go

package cointop
import (
"testing"
)
// TestRun tests that cointop runs
func TestRun(t *testing.T) {
// Run()
}