介绍
- Strong and statically typed
- Excellent community
- Key freatures
- Simplicity
- Fast compile times
- Garbage collected
- Built-in concurrency
- Compile to standalone binaries
Go code generally runs faster than interpreted languages(Python, JJ, Ruby, PHP) and compiles faters than other compiled languages like (Rust, C, C++, GO).
安装
MacOS
brew install go
# check installation of golang
go version
Resources
- Golang: https://go.dev/
- Go Programming – Golang Course with Bonus Projects(2023): https://www.youtube.com/watch?v=un6ZyFkqFKo&t=161s
- Learn Go Programming by Building 11 Projects – Full Course(2022): https://www.youtube.com/watch?v=jFfo23yIWac
- Learn Go Programming - Golang Tutorial for Beginners(2020): https://www.youtube.com/watch?v=YS4e4q9oBaU&t=491s