<p>^</p>
<hr/>**评论:**<br/><br/>toxi: <pre><p>AFAIK Russ' VGO blog series is the only decent reference about the proposal so far and also explains all of the reasoning in (possibly too much :) detail:</p>
<p><a href="https://research.swtch.com/vgo" rel="nofollow">https://research.swtch.com/vgo</a></p>
<p>Walkthrough:</p>
<p><a href="https://research.swtch.com/vgo-tour" rel="nofollow">https://research.swtch.com/vgo-tour</a></p></pre>dlsniper: <pre><p>It would be useful to understand what issues you have with it rather than just saying "<sup>"</sup> in the thread description.</p></pre>kardianos: <pre><p><a href="https://github.com/golang/go/wiki/vgo-user-guide" rel="nofollow">https://github.com/golang/go/wiki/vgo-user-guide</a></p>
<p><sup>?</sup></p></pre>jbendotnet: <pre><p>Only just started with it, but, this worked:</p>
<ol>
<li>download vgo: <code>go get -u golang.org/x/vgo</code></li>
<li>inside project root, build using vgo not go <code>vgo build</code></li>
<li>run your code, use vgo not go: <code>vgo run cmd/main.go</code></li>
</ol></pre>
这是一个分享于 的资源,其中的信息可能已经有所发展或是发生改变。
入群交流(和以上内容无关):加入Go大咖交流群,或添加微信:liuxiaoyan-s 备注:入群;或加QQ群:692541889
- 请尽量让自己的回复能够对别人有帮助
- 支持 Markdown 格式, **粗体**、~~删除线~~、
`单行代码`
- 支持 @ 本站用户;支持表情(输入 : 提示),见 Emoji cheat sheet
- 图片支持拖拽、截图粘贴等方式上传