golang / tour

[mirror] A Tour of Go
BSD 3-Clause "New" or "Revised" License
1.53k stars 521 forks source link

tour: Compilation doesn't produce the expected output #1577

Closed orussmann closed 2 months ago

orussmann commented 5 months ago

Context: https://go.dev/tour/basics/6

When pressing ctrl + enter, the text "Wating for remote server..." appears briefly (for less than a second) where the expected output of (in this step) "world hello" should be.

This doesn't only happen at this step/ exercise.

Browser: Chrome Version 120.0.6099.225 (Official Build) (64-Bit)

ALTree commented 2 months ago

Probably a temporary issue, it's working now.