golang / tour

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

tour: is it outdated? #1550

Open mikurei opened 12 months ago

mikurei commented 12 months ago

Context: https://go.dev/tour/welcome/3

Hello,

I've tried to install a Tour of Go locally on my machine using the following package from go.dev:

go install golang.org/x/website/tour@latest

However, from what I've noticed, it's missing generics topic and night-mode switch.

Is the latest branch is outdated? Am I missing something?

gabrc52 commented 9 months ago

Can you still reproduce? I installed it like that and mine does have the generics topic and night-mode switch