go-study

以下两个结合一起看,同时结合社区文章综合

其他资料:

Go 基础

Go 网络编程

https://www.topgoer.com/%E7%BD%91%E7%BB%9C%E7%BC%96%E7%A8%8B/

  • 互联网协议介绍
  • socket
  • http
  • websocket

Go 并发编程

https://www.topgoer.com/%E5%B9%B6%E5%8F%91%E7%BC%96%E7%A8%8B/

  • goroutine
  • runtime
  • channel

...

数据库操作

https://www.topgoer.com/%E6%95%B0%E6%8D%AE%E5%BA%93%E6%93%8D%E4%BD%9C/

  • mysql
  • redis
  • gorm

...

Go 语言基础库

https://www.topgoer.com/%E5%B8%B8%E7%94%A8%E6%A0%87%E5%87%86%E5%BA%93/ https://www.liwenzhou.com/posts/Go/golang-menu/ 搜索 Go语言常用标准库

  • fmt与格式化占位符
  • time
  • flag
  • log
  • 文件操作
  • strconv
  • net/http
  • context

Beego 框架

https://www.topgoer.com/beego%E6%A1%86%E6%9E%B6/

Iris 框架

https://www.topgoer.com/Iris/

Gin 框架

Gin框架安装与使用open in new windowGin 文档open in new windowGin 视频教程-网易云课堂open in new window

  • https://github.com/haydenzhourepo/gin-vue-gin-essential Gin + Vue 前后端分离项目实战 Gin 项目代码
  • https://github.com/e421083458/hello_gin
  • https://github.com/itachizhu/gin-vue-samples
  • https://github.com/wangsongyan/wblog
  • https://github.com/wejectchen/Ginblog
  • https://github.com/pythonsite/lyanna
  • https://github.com/Away0x/gin_bbs
  • https://github.com/rocboss/paopao-ce
  • https://github.com/lvpengc/Go-Vue-Shop
  • https://github.com/gotomicro/egoshop

Go 微服务

https://www.topgoer.com/%E5%BE%AE%E6%9C%8D%E5%8A%A1/

Go 数据结构和算法

https://www.topgoer.com/Go%E9%AB%98%E7%BA%A7/

其他问题

遇到问题:

windows 下执行 go mod tidy,报错为 Permission Denied

看到解决办法:

下载安装太慢?:

相关资料

项目实战资料