https://github.com/labex-labs/quick-start-with-go
[Quick Start with Go] This repository collects 25 of programming scenarios (labs and challenges) for Quick Start with Go. Golang is a statically typed, compiled programming language. This course provides you with a series of labs that will help you master the art of Go.
https://github.com/labex-labs/quick-start-with-go
List: quick-start-with-go
awesome awesome-list challenges course education go hands-on labex labs programming
Last synced: 2 months ago
JSON representation
[Quick Start with Go] This repository collects 25 of programming scenarios (labs and challenges) for Quick Start with Go. Golang is a statically typed, compiled programming language. This course provides you with a series of labs that will help you master the art of Go.
- Host: GitHub
- URL: https://github.com/labex-labs/quick-start-with-go
- Owner: labex-labs
- Created: 2024-05-22T07:13:58.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-08-01T01:27:08.000Z (12 months ago)
- Last Synced: 2024-08-02T04:22:48.511Z (12 months ago)
- Topics: awesome, awesome-list, challenges, course, education, go, hands-on, labex, labs, programming
- Homepage: https://labex.io/skilltrees/go
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Quick Start with Golang
[](https://labex.io/courses/quick-start-with-go)
[](https://labex.io/courses/quick-start-with-go)
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.

## Environment
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](https://support.labex.io/using-labex/virtual-machine).
## Exercises
| 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 |## More
- π [Golang Programming Courses](https://github.com/labex-labs/awesome-programming-courses)
- π [Golang Programming Projects](https://github.com/labex-labs/awesome-programming-projects)
- π [Golang Free Tutorials](https://github.com/labex-labs/go-free-tutorials)