Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix ineffective assignments (google#258)
* `return nil, err` after assigning to `err` (rather than ignoring it) * removed initialization of a variable just before it's re-assigned Both of these issues were found in the Go Repord Card: https://goreportcard.com/report/github.com/google/starlark-go#ineffassign
- Loading branch information