mirror of
https://github.com/AmanTahiliani/gophercises.git
synced 2026-08-07 11:53:44 -04:00
539 B
539 B
Gophercises
- Gophercises is a series of coding exercises designed to help you improve your Go programming skills.
Exercises
- Exercise 1: Quiz Game
- A simple quiz game that reads from a CSV file and asks users questions with a time limit to test basic knowledge of Goroutines.
- Skills: CSV parsing, Goroutines, Channels, and time management.
- Solution
- Exercise 2`: URL Shortener