I’ve just seen a Twitter post by Russ Cox which said, in order to install a trial version of Go generics, all one had to do was to run…
go install golang.org/dl/gotip@latest
gotip download
the first line seems to run okay, but the gotip download
line fails with a command not found: gotip
.
Does anyone have a working guide to how to get gotip running?