This is my Golang tutorial. I will note down everything I learn about Golang here (including interview questions).
Go is a statically typed, compiled language. It was developed by Google in 2007. It is a simple and easy language to learn. It is a high-performance language. It is used for developing web applications, system software, and cloud services.
- Variables
- Operators
- Input
- Array
- Slice
- Map
- Condition
- Switch
- Loop
- Function
- Struct
- Pointer
- Call By
- Float-formatting
- Interface