Closed
Description
Describe the bug
Wire can't handle functions with varargs.
To Reproduce
- Add a varargs parameter to a function, see for example
-
Add a wire.Value entry to provide a concrete value for the parameter.
-
Run wire.
Expected behavior
The Go file generated by wire should compile, but it doesn't.
https://travis-ci.com/google/go-cloud/jobs/156507298
Version
bf223a0