Golang entire standard library is documented. Plus with how the language is designed docs don’t need to change with new versions. Just with new functions.
More importantly, golang has https://go.dev/ref/spec — most of the time I wished for better TypeScript documentation it's about syntax (though I did need to go read the default bundled libraries a couple times for details, that's rarer).