Handle one-to-many assignment
Open
help wanted
- Dominant language
- Go
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Exprvals does not presently handle assignments to x of the form:
```go
x, y = foo(...)
```
but in principle it can by looking for return statements and assignments to the Nth result parameter in the body of foo.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.