codegangsta / inject

Dependency injection for go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow an optional param that's not injected

fionawhim opened this issue · comments

If the last argument to a method is a varargs, would it make sense to either not inject it, or only inject it if there's a registered type for it?