* Brian Candler <
b.ca...@pobox.com> [200416 12:20]:
> I've noticed this too. This is with the tour, rather than
play.golang.org.
>
> To reproduce (I'm using Chrome 80 under macOS 10.14):
>
> * Go to a tour page which doesn't compile, e.g.
>
https://tour.golang.org/methods/25
> * Click Run
> * At this point it shows an error - but the Run button has become Kill
> * Now you have to click Kill. The line "Program exited: killed" is added.
> * Now you can edit and re-run
>
> The "Kill" step appears to be superfluous, as noted by the OP.
This is exactly what I am seeing, on any tour page when the build fails.
Go to the "Hello, 世界" page (
https://tour.golang.org/welcome/1) and
edit the code to produce an error.
...Marvin