An open API service indexing awesome lists of open source software.

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.

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!