1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-18 18:37:05 +00:00
Former-commit-id: b6f9de4cf8d62210ffefba5d33dc8372d236748d
This commit is contained in:
Gerasimos (Makis) Maropoulos
2017-12-18 06:47:05 +02:00
parent 4fb46bf1f3
commit 20ba72aecf
8 changed files with 10 additions and 10 deletions

View File

@@ -13,7 +13,7 @@ type (
FuncInjector struct {
// the original function, is being used
// only the .Call, which is refering to the same function, always.
// only the .Call, which is referring to the same function, always.
fn reflect.Value
inputs []*targetFuncInput