This repository contains my code from the Go Programming Tutorial playlist by ProgrammingKnowledge.
It’s a collection of small programs and examples I wrote while learning Go.
- Variables, constants, and data types
- Control structures (
if,for,switch) - Functions and multiple return values
- Arrays, slices, and maps
- Structs, methods, and interfaces
- Error handling
- Concurrency with goroutines and channels
- File handling
- Install Go.
- Clone the repository:
git clone https://github.com/<your-username>/<your-repo>.git