Anyone has a link for a decent vgo tutorial?

agolangf · · 1179 次点击    
这是一个分享于 的资源,其中的信息可能已经有所发展或是发生改变。
<p>^</p> <hr/>**评论:**<br/><br/>toxi: <pre><p>AFAIK Russ&#39; 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 &#34;<sup>&#34;</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

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