Closed mbrukman closed 4 years ago
return nil, err
err
Both of these issues were found in the Go Repord Card: https://goreportcard.com/report/github.com/google/starlark-go#ineffassign
Thanks!
return nil, err
after assigning toerr
(rather than ignoring it)Both of these issues were found in the Go Repord Card: https://goreportcard.com/report/github.com/google/starlark-go#ineffassign