Skip to content

go语言学习 适合分布式开发,高并发,微服务

License

Notifications You must be signed in to change notification settings

HuangCongQing/go-learning

Repository files navigation

go-learning

go-language 学习(2021年寒假)

开发环境: go version go1.20 linux/amd64

运行

# 复杂
go build hello.go # 编译
./hello # 运行

# 常用
go run hello.go # 编译+运行一块

Strength

  • 开发效率,运行效率皆可
  • 支持并发,最大的优势
  • gc垃圾回收
  • 适用于服务器编程,分布式系统,网络编程,内存数据库,云平台

教程

1 8小时转职Golang工程师

2 后端开发

2.1 【example】Todo List 备忘录

2.2 【example】demo-register-and-login

# origin
go run main-origin.go

# refactor
go run main.go routes.go

gorm学习

# run
go run 连接.go 01单表操作.go
go run 连接.go 02高级查询.go
go run 连接.go 03一对多.go

Reference

License

Copyright (c) 双愚. All rights reserved.

Licensed under the MIT License.

About

go语言学习 适合分布式开发,高并发,微服务

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages