How to build Go 1 documentations on Windows? It is at D:\go\doc on my machine and all links and paths are broken.
I'm not a master on Windows, but Go's documentation does not work like that. You should use godoc
command for accessing Go documentation. Run godoc -http=:6060
and access documentation at http://127.0.0.1:6060
in your browser.