After a month of recording, I finally finished the video of my first Go project class, and now I share it with you for free.

Watch the link: www.bilibili.com/video/BV1mu… (27 episodes, selected below or to the right)

free

Free for two reasons:

  1. This is a very suitable project for beginners, using gin, WebSocket, Qrcode, CMD and other libraries to give beginners a quick understanding of what Go can do.
  2. This is my first time to record the Go course. There may be some omissions. Please point out if you find any.

If you are interested in what this project is, you can read my previous article about it:

Develop a cross-platform desktop application using Go (fake) – Juejin (juejin. Cn)

What do you get

  1. You can learn the basic development process of a Go project: initialization, module splitting, construction, deployment.
  2. You can understand the use of the coroutine of Go and a little bit of how it works (I don’t have enough space to Go into it)
  3. You can make a working Go desktop project
  4. You can see some of the libraries used by Go

feedback

If you think this course is good or bad, feel free to give your opinion in the comments section. That’s important to me. Thank you!