In this session, you will learn the basics of Golang.
- Program structure
- Variable declaration and assignment
- type declarations
- Packages
- Basic Data types
- Composite Data types
Note: Each file can be run by go run main.go
in each folder.
In this session, you will learn the basics of Golang.
Note: Each file can be run by go run main.go
in each folder.