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

agolangf · 2017-09-23 01:41:19 · 625 次点击    
这是一个分享于 2017-09-23 01:41:19 的资源,其中的信息可能已经有所发展或是发生改变。

There are a lot of tutorials on how to build todo-list, instagram, twitter, etc. using other languages. I can't seem to find much resources on Go (maybe because this language isn't popular?). Any help will be appreciated.


评论:

deusmetallum:

There are loads. Here's the offical tutorial on how to make a wiki.

https://golang.org/doc/articles/wiki/

Once you understand that, you may want to look at a framework, such as labstack echo:

https://echo.labstack.com/guide

These are quite simple guides, but they will get you started on routing, etc.

monkey_that:

Take a look at this (many of those books are free) https://github.com/dariubs/GoBooks/blob/master/README.md


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

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