This repository contains exercises I completed while following the Learn Go: The Complete Bootcamp Course (Golang).
Before diving into the exercises, here are some example projects I developed during the course:
- ascii-clock-example ⏰ Digital clock in console
- ball-game-example 🏐 A small ball game
- file-finder-example 📂 File finder tool
- spam-masker-example 🔒 URL masking tool
function exercises/→ Function practicesmap exercises/→ Working with mapspointer exercises/→ Pointer practicesslice exercises/→ Slice operationsstring-rune-bytes exercises/→ String, rune, byte practicesstruct exercises/→ Using structstext wrapper exercise/→ Text wrapper exampleclosure.go→ Closure function exampleloops.go→ Loop usage
These projects are part of the knowledge I gained after completing the course.
📄 For the Turkish version of this README, check README.tr.md 🇹🇷
