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.
I am following the tutorial: Go Programming Language Tutorial | Golang Tutorial For Beginners | Go Language Training (as suggested by the Go Learn page).
Each experiment is in a separate folder with:
main.go
→ The Go code for the experimentREADME.md
→ Explanation of the experiment
go-for-it/
│── 001-hello-world/
│ ├── main.go
│── 002-variables-and-constants/
│ ├── main.go
│── README.md
- Download & Install Go
- I am using Go version 1.23.6
cd 001-hello-world
go run main.go
# | 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!)
- I'll document mistakes, best practices, and key takeaways.
- Feel free to suggest improvements or share tips!
Happy coding! 🐹🚀