Files

15 lines
134 B
Go
Raw Permalink Normal View History

2019-04-22 20:46:32 +08:00
package client
import (
"testing"
"time"
)
func TestRpcClient(t *testing.T) {
var _ = New(nil)
time.Sleep(1 * time.Second)
}