How to download official golang documentation?

xuanbao · · 438 次点击    
这是一个分享于 的资源,其中的信息可能已经有所发展或是发生改变。
<hr/>**评论:**<br/><br/>TheMerovius: <pre><p>The Go tool can read the docs from your Go installation, e.g.</p> <pre><code>go doc strings go doc strings.Join </code></pre> <p>You can also install <a href="https://godoc.org/golang.org/x/tools/godoc" rel="nofollow">godoc</a>, the HTTP server behind golang.org:</p> <pre><code>go get golang.org/x/tools/cmd/godoc godoc -http=:8080 xdg-open https://localhost:8080/ </code></pre></pre>5EI3O: <pre><p><a href="https://godoc.org/golang.org/x/tools/cmd/godoc" rel="nofollow">This might be what you are looking for.</a></p></pre>The_Sly_Marbo: <pre><p>Just to shortcut this slightly:</p> <p><code>$ go get golang.org/x/tools/CMD/godoc</code></p> <p><code>$ godoc -http :8888</code></p> <p>Then go to http://localhost:8888/pkg/</p></pre>

入群交流(和以上内容无关):加入Go大咖交流群,或添加微信:liuxiaoyan-s 备注:入群;或加QQ群:692541889

438 次点击  
加入收藏 微博
0 回复
暂无回复
添加一条新回复 (您需要 登录 后才能回复 没有账号 ?)
  • 请尽量让自己的回复能够对别人有帮助
  • 支持 Markdown 格式, **粗体**、~~删除线~~、`单行代码`
  • 支持 @ 本站用户;支持表情(输入 : 提示),见 Emoji cheat sheet
  • 图片支持拖拽、截图粘贴等方式上传