I’ve only spent an hour or two here and there getting back into Go but i remembered why I liked it. It still reminds me of “what if C, but with all the rough edges sanded off”. Functions and structs, mostly simple by default, there’s a lot to like there.
Goland has some nice features too, although it did choke when I tried to import something from GitHub, it kept redlining it even though “go build” worked fine. Mysteriously got better after running “go mod init” manually, for some reason.