bobg / bobg/exprvals

Handle one-to-many assignment

Open
#2 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.