The recent version of the playground allows selecting the "Go release" or 
"Go dev branch" compiler using a drop-down list.

The playground also accepts the v query parameter, and, when set, a new 
"Backend: $v" entry is added to the drop-down.  What does Backend means 
here?

Here are some examples for the v query parameter

  1. v=go1.1   uses the Go current release (go1.17.8)
  2. v=gotip    correctly uses The Go dev branch
  3. v=amd64 causes an "Error communicating with remote server."

I suspect that v also accept tags, in fact a server error is also triggered 
when v=go1 and v=linux.

Thanks
Manlio


-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/7b8f784c-da2b-44f2-a85a-60f94fc3d6e6n%40googlegroups.com.

Reply via email to