https://github.com/edha1/go-tutorial
My learning notes as I learn the Go language.
https://github.com/edha1/go-tutorial
go golang golang-examples how-to tutorial
Last synced: 8 months ago
JSON representation
My learning notes as I learn the Go language.
- Host: GitHub
- URL: https://github.com/edha1/go-tutorial
- Owner: edha1
- Created: 2025-07-24T15:13:44.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-07-24T17:40:18.000Z (8 months ago)
- Last Synced: 2025-07-24T22:57:21.687Z (8 months ago)
- Topics: go, golang, golang-examples, how-to, tutorial
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🐹 Go Learning Notes
Welcome to my **Go (Golang)** learning journey!
This repository contains organised notes, code snippets, practise exercises and resources as I explore the Go programming language. To learn, I will be predominantly following [A Tour of Go](https://go.dev/tour), thus the notes are taken from here.
---
## 📚 What You'll Find Here
- ✅ Nicely formatted explanations of core Go concepts
- 💡 Code examples.
- 🎯 A set of code exercises with solutions created by me, intended to strengthen understanding of key concepts through practical application.
---
## 🚀 Why This Exists
I created this repo to:
- Reinforce my understanding by writing things down
- Create a resource I can revisit anytime
- Share my journey with other learners
## 📚 Resources I'm using
- 🐹 [A Tour of Go](https://go.dev/tour) -> This is what I am following.
- 🐹 [Go's Declaration Syntax](https://go.dev/blog/declaration-syntax)
I'll be updating daily with new notes and excercises!