Are there any tutorials on developing a simple website using Go?

agolangf · · 460 次点击    
这是一个分享于 的资源,其中的信息可能已经有所发展或是发生改变。
<p>There are a lot of tutorials on how to build todo-list, instagram, twitter, etc. using other languages. I can&#39;t seem to find much resources on Go (maybe because this language isn&#39;t popular?). Any help will be appreciated.</p> <hr/>**评论:**<br/><br/>deusmetallum: <pre><p>There are loads. Here&#39;s the offical tutorial on how to make a wiki.</p> <p><a href="https://golang.org/doc/articles/wiki/" rel="nofollow">https://golang.org/doc/articles/wiki/</a></p> <p>Once you understand that, you may want to look at a framework, such as labstack echo:</p> <p><a href="https://echo.labstack.com/guide" rel="nofollow">https://echo.labstack.com/guide</a></p> <p>These are quite simple guides, but they will get you started on routing, etc.</p></pre>monkey_that: <pre><p>Take a look at this (many of those books are free) <a href="https://github.com/dariubs/GoBooks/blob/master/README.md" rel="nofollow">https://github.com/dariubs/GoBooks/blob/master/README.md</a></p></pre>

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

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