This ia course i learned from udemy Name of the course is Building Modern Web Applications with Go (Golang) by Trevor Sawler In this section basic topics are covering
- why go
- installation
- variables and functions
- Pointers
- Types and struct
- Receivers : struct with function
- Maps and slices
- Decision structure
- Loop
- Interface
- Package
- Channel
- Read write json
- Test in go
modern-webapp part2 will coverong the web app building part