This course guides you through mastering Go programming with hands-on labs and challenges. You'll learn key concepts such as writing your first program, managing packages, using data types, control flow, and Go-specific features like slices, maps, channels, and anonymous functions, building a strong foundation to tackle real-world programming tasks.
LabEx is an interactive, hands-on learning platform dedicated to coding and technology. It combines labs, AI assistance, and virtual machines to provide a no-video, practical learning experience.
- A strict βLearn by Doingβ approach with exclusive hands-on labs and no videos.
- Interactive online environments within the browser, with automated step-by-step checks.
- A structured content organization with the Skill Tree based learning system.
- A growing learning resource of 30 Skill Trees and over 6,000 Labs.
- The AI learning assistant Labby, built on ChatGPT, providing a conversational learning experience.
Learn more about LabEx VM.
| Index | Name | Difficulty | Practice |
|---|---|---|---|
| 01 | π Beginner's Guide to Go Programming | β ββ | Start Lab |
| 02 | π― Craft a Personalized Go Greeting | β ββ | Start Challenge |
| 03 | π GOPATH and Module | β ββ | Start Lab |
| 04 | π― Build a Modular Go Project | β ββ | Start Challenge |
| 05 | π Creating and Importing Go Packages | β ββ | Start Lab |
| 06 | π― Build a Math Utility Package | β ββ | Start Challenge |
| 07 | π Introduction to Go Variables | β ββ | Start Lab |
| 08 | π― Craft Book Inventory Variables | β ββ | Start Challenge |
| 09 | π Data Processing with Operators in Golang | β ββ | Start Lab |
| 10 | π― Calculate Product Discount Price | β ββ | Start Challenge |
| 11 | π Numerical Types in Golang | β ββ | Start Lab |
| 12 | π― Convert and Calculate Numeric Types | β ββ | Start Challenge |
| 13 | π Character Types in Golang | β ββ | Start Lab |
| 14 | π― Decode Unicode Emojis | β ββ | Start Challenge |
| 15 | π Go String Fundamentals | β ββ | Start Lab |
| 16 | π― Process User Registration Strings | β ββ | Start Challenge |
| 17 | π Go Constants Fundamentals | β ββ | Start Lab |
| 18 | π― Define Server Size Constants | β ββ | Start Challenge |
| 19 | π If Branch Statement in Golang | β ββ | Start Lab |
| 20 | π― Sort Tasks with Conditional Logic | β ββ | Start Challenge |
| 21 | π Switch-Case Branch Statements in Golang | β ββ | Start Lab |
| 22 | π― Implement Weather Advice Switch | β ββ | Start Challenge |
| 23 | π For Loops in Golang | β ββ | Start Lab |
| 24 | π― Reverse String with Go Loop | β ββ | Start Challenge |
| 25 | π Goto Statement Usage | β ββ | Start Lab |
| 26 | π― Solve Nested Loop Complexity with Goto | β ββ | Start Challenge |
| 27 | π Array Operations in Golang | β ββ | Start Lab |
| 28 | π― Initialize Employee Names Array | β ββ | Start Challenge |
| 29 | π Multidimensional Arrays in Golang | β ββ | Start Lab |
| 30 | π― Design a Student Grade Tracker | β ββ | Start Challenge |
| 31 | π Golang Slice Data Structures | β ββ | Start Lab |
| 32 | π― Slice Log Filter Challenge | β ββ | Start Challenge |
| 33 | π Go Dictionary Fundamentals | β ββ | Start Lab |
| 34 | π― Manage Student Grades with Go Maps | β ββ | Start Challenge |
| 35 | π Sorting Go Dictionaries | β ββ | Start Lab |
| 36 | π― Sort Student Grades Dynamically | β ββ | Start Challenge |
| 37 | π Channel Primitives in Golang | β ββ | Start Lab |
| 38 | π― Build a Simple Channel Data Pipeline | β ββ | Start Challenge |
| 39 | π Structures in Golang | β ββ | Start Lab |
| 40 | π― Design Student Struct in Go | β ββ | Start Challenge |
| 41 | π Functions in Golang | β ββ | Start Lab |
| 42 | π― Design Flexible Math Function | β ββ | Start Challenge |
| 43 | π Anonymous Functions in Golang | β ββ | Start Lab |
| 44 | π― Design Flexible Math Transformations | β ββ | Start Challenge |

