rpc.call helper 함수 추가

This commit is contained in:
2023-07-10 10:29:16 +09:00
parent 550374ef6f
commit e912c88993
2 changed files with 17 additions and 4 deletions

7
rpc/rpc_test.go Normal file
View File

@ -0,0 +1,7 @@
package rpc
import "testing"
func TestRpc(t *testing.T) {
}