This is a created article in which the information may have evolved or changed.
The effect is as follows:
1. Go to the Go installation path to find Godoc.exe
My path information is as follows:
It's not hard to see my godoc.exe located in: C:\Go\bin
Right-click the "Godoc.exe", "Send To" desktop shortcut (this creates a Godoc.exe shortcut on your desktop).
Right-click Godoc.exe-Shortcut on the desktop, select Properties, select the Shortcut tab (this tab by default), and fill in the following command at "Destination (T)"
C:\Windows\SysWOW64\cmd.exe /c start "Godoc Server http://localhost:6060" "C:\Go\bin\godoc.exe" -http=localhost:6060 -goroot="C:\Go\." && start http://localhost:6060
The user modifies it according to his or her path information.
Run mode modified to minimized
Finally click "OK"
Now, by double clicking on "Godoc.exe-shortcut", you can start the browser to launch the Go Document System.