ing
This commit is contained in:
parent
0927d7889b
commit
392dd3823b
|
@ -93,7 +93,7 @@ Loop:
|
|||
mCount := mtype.NumIn()
|
||||
if 0 < mCount {
|
||||
paramTypes = make([]reflect.Type, mCount)
|
||||
for indexI := 0; indexI < mCount; indexI++ {
|
||||
for indexI := 1; indexI < mCount; indexI++ {
|
||||
param := mtype.In(indexI)
|
||||
if !isExportedOrBuiltin(param) {
|
||||
continue Loop
|
||||
|
|
Loading…
Reference in New Issue
Block a user