traefik / yaegi

Yaegi is Another Elegant Go Interpreter
https://pkg.go.dev/github.com/traefik/yaegi
Apache License 2.0
6.78k stars 341 forks source link

interp: allow assignment to exported variables #1628

Closed theclapp closed 2 months ago

theclapp commented 2 months ago

If you (*interp.Interpreter).Use a variable, you should be able to assign to it.

Fixes #1623