parameter를 좀더 명확하게
This commit is contained in:
@ -22,7 +22,7 @@ func (tr *testReceiver) TargetExists(tid primitive.ObjectID) bool {
|
||||
func (tr *testReceiver) TestFunc(a string, b string, c int) {
|
||||
target := primitive.NewObjectID()
|
||||
target[0] = byte(rand.Intn(2) * 20)
|
||||
if CallOrGo(tr, target, a, b) != ErrCanExecuteHere {
|
||||
if Make(tr).To(target).Call(a, b, c) != ErrCanExecuteHere {
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user