Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: fix nil pointer panic for type map (#9)
In case of one of parameters has map type and its value is nil, script ends up with panic because of checking: `reflect.TypeOf(inter).Kind() == reflect.Func`.
- Loading branch information