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