mirror of
https://github.com/miguelmota/cointop
synced 2024-11-10 13:10:26 +00:00
11 lines
116 B
Go
11 lines
116 B
Go
package cointop
|
|
|
|
import (
|
|
"testing"
|
|
)
|
|
|
|
// TestRun tests that cointop runs
|
|
func TestRun(t *testing.T) {
|
|
// Run()
|
|
}
|