Skip to content

Latest commit

 

History

History
20 lines (19 loc) · 488 Bytes

README.md

File metadata and controls

20 lines (19 loc) · 488 Bytes

modern-webapp

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

  1. why go
  2. installation
  3. variables and functions
  4. Pointers
  5. Types and struct
  6. Receivers : struct with function
  7. Maps and slices
  8. Decision structure
  9. Loop
  10. Interface
  11. Package
  12. Channel
  13. Read write json
  14. Test in go

modern-webapp part2 will coverong the web app building part