Go-for-it

Welcome to Go-for-it! 🚀 This repository contains all my Go experiments as I explore the Go programming language. Each experiment is in its own folder.

📚 Learning Resource

I am following the tutorial: Go Programming Language Tutorial | Golang Tutorial For Beginners | Go Language Training (as suggested by the Go Learn page).

🏰 Structure

Each experiment is in a separate folder with:

  • main.go → The Go code for the experiment
  • README.md → Explanation of the experiment

Folder Structure:

go-for-it/
│── 001-hello-world/
│   ├── main.go
│── 002-variables-and-constants/
│   ├── main.go
│── README.md

🚀 Getting Started

1️⃣ Install Go

2️⃣ Run an Experiment

cd 001-hello-world
go run main.go

📂 Experiments

# Experiment Name Description
001 Hello World Basic "Hello, World!" in Go
002 Variables & Constants Description of the next experiment

(More experiments will be added as I progress!)

📌 Notes & Observations

  • I'll document mistakes, best practices, and key takeaways.
  • Feel free to suggest improvements or share tips!

Happy coding! 🐹🚀