How to build Go 1 documentations on Windows?
It is at D:\go\doc on my machine and all links and paths are broken.
How to build Go 1 documentations on Windows? It is at D:\go\doc on my
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I’m not a master on Windows, but Go’s documentation does not work like that. You should use
godoccommand for accessing Go documentation. Rungodoc -http=:6060and access documentation athttp://127.0.0.1:6060in your browser.