golang-design/ssaplayground

proposal: support multiple versions of Go

changkun opened this issue · 1 comments

The current SSA Playground only works with the latest version of Go.
It might be interesting in supporting multiple versions of Go, e.g. the latest two versions.

Support multiple versions of Go requires a large amount of work because it requires multiple execution sandbox from the backend, and there should a selector in the frontend which complicates the UI.

Reject.