Welcome to my 90 Days of GoLang 🚀 repo!
I’m learning Go from Go by Example and documenting my progress day-by-day with simple, clean code examples.
Each day = a separate folder or file containing examples of Go concepts I learned that day.
| Day | Topic | Code File |
|---|---|---|
| 1 | Hello World | day1-hello.go |
| 2 | Value Types | day2-values.go |
| 3 | Variables | day3-variables.go |
| 4 | Constants | day4-constants.go |
| 5 | For Loop | day5-for.go |
| 6 | If / Else | day6-ifelse.go |
| ... | Coming soon | Stay tuned 😎 |
Each file is standalone. Run them directly with:
go run dayX-topic.go- To build daily routine & momentum 💪
- To deeply understand Go fundamentals 🧠
- To share progress and inspire others 👨💻
I’m also posting a short video every day for each topic:
You can fork it, try out the examples, or improve them.
PRs are welcome if you want to add variations or better examples!
- Go (Latest version)
- VS Code
- Go by Example (Main resource)
This project is licensed under the MIT License - see the LICENSE file for details.
Let’s gooo 🚀
No break, no excuses — just Go 🔥
Made with ❤️ by Tiger