google / starlark-go

Starlark in Go: the Starlark configuration language, implemented in Go
BSD 3-Clause "New" or "Revised" License
2.3k stars 209 forks source link

Fix ineffective assignments #258

Closed mbrukman closed 4 years ago

mbrukman commented 4 years ago

Both of these issues were found in the Go Repord Card: https://goreportcard.com/report/github.com/google/starlark-go#ineffassign

alandonovan commented 4 years ago

Thanks!