📄️ 介绍
- Strong and statically typed
📄️ 指令
Go module 指令
📄️ 变量 Varaible
基本变量类型
📄️ 条件判断 Conditionals
Operators in Go
📄️ 函数 Functions
Multiple parameters
📄️ 声明语法 Declaration syntax
The style of language used to creat new varaible, types, functions, etc.
📄️ 结构体 Struct
Definition
📄️ 接口 Interface
Embedding Interface
📄️ 错误 Errors
Golang 中的错误处理方式会让我们自动考虑如何处理错误情况。
📄️ 循环 Loops
Definition
📄️ 操作符 Operator
模运算 modulo
📄️ 切片 Slices
Slices reference arrays, slices is kind of a view into array.
📄️ 集合 Maps
Definition
📄️ 函数进阶 Advanced functions
Pass function as data or parameters.
📄️ 指针 pointers
Under the hood
📄️ 本地开发 Local development
Definition
📄️ 管道与并发 Channels & concurrency
Concurrency/Parallelism vs Synchronous/Sequential
📄️ 互斥体 Mutexes
Mutextes in Go
📄️ 范型 Generics
Before Go 1.20
📄️ 项目 Projects
go-project-rrs-aggregator-backend
📄️ 网站开发
Hello world