go-mockid/mockid/mockid_test.go

13 lines
202 B
Go
Raw Normal View History

2020-04-10 19:29:01 +00:00
package mockid
import (
2020-04-10 19:41:10 +00:00
"testing"
"time"
//keypairs "github.com/big-squid/go-keypairs"
//"github.com/big-squid/go-keypairs/keyfetch/uncached"
2020-04-10 19:29:01 +00:00
)
func TestTest(t *testing.T) {
2020-04-10 19:41:10 +00:00
t.Fatal("no test")
2020-04-10 19:29:01 +00:00
}