traefik / yaegi

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

interp: fix default comm clause in select #1450

Closed mvertes closed 2 years ago

mvertes commented 2 years ago

Do not attempt to init a non-existent channel setting when in default communication clause in select.

Fixes #1442.