1. Module Introduction
2. Working with Functions & Values
3.1 Go Standard Library.html
3. Organizing Code with Packages
4. The Important Of The Name main
5. Understanding Go Modules & Building Go Programs
6. The main Function Is Important!
7. Onwards To A New Project
8. Working with Variables, Values & Operators
9. Understanding Value Types
10. Go Types & Null Values.html
11. Outputting Values
12. Type Conversions & Explicit Type Assignment
13. Using Alternative Variable Declaration Styles
14. Making Sense of Constant Values (Constants)
15. Understanding the Importance Of Variables
16. Improved User Input Fetching
17. fmt.Scan() Limitations.html
18.1 CodeSandbox Starting Project.html
18. Exercise Building a Profit Calculator
19. Exercise Solution
20. Formatting Strings (Text) - Basics
21. Formatting Floats in Strings
22. Building Multiline Strings
23. Creating Formatted Strings
24. Understanding Functions
25. Functions Return Values & Variable Scope
26. An Alternative Return Value Syntax
27.1 CodeSandbox Starting Snapshot.html
27.2 Local Starting Project.html
27. Exercise Working with Functions
28.1 CodeSandbox Starting Project.html
28. Onwards to Control Structures
29. Introducing if Statements & Booleans
30. Working with else if
31. Exercise if Statements
32. Using else
33. Nested if Statements & Using return To Stop Function Execution
34. Repeating Code With for Loops
35. Infinite Loops, break & continue
36. Conditional For Loops.html
37. Making Sense of switch Statements
38.1 File Permissions.html
38. Writing To Files
39. Reading From Files
40. Handling Errors
41. Time to Panic!
42.1 CodeSandbox Starting Snapshot.html
42.2 Local Starting Project.html
42. Section Exercise - The Task
43. Section Exercise - Solution
44. Module Summary