From 392dd3823b235d737c03f258a24dd12a49ea9fad Mon Sep 17 00:00:00 2001 From: crusader Date: Thu, 2 Nov 2017 16:05:48 +0900 Subject: [PATCH] ing --- service_map.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service_map.go b/service_map.go index 1d34844..abe6d8f 100644 --- a/service_map.go +++ b/service_map.go @@ -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